Skip to content

Commit

Permalink
upd(webapp-manager): 1.3.2 -> 1.3.4 (#5168)
Browse files Browse the repository at this point in the history
Co-authored-by: Elsie <[email protected]>
  • Loading branch information
Zahrun and Elsie19 authored Jan 5, 2024
1 parent 94b56b8 commit 0e2dcde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/webapp-manager/webapp-manager.pacscript
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name="webapp-manager"
pkgver="1.3.2"
pkgver="1.3.4"
makedepends=("gettext")
depends=("gir1.2-xapp-1.0" "python3" "python3-bs4" "python3-configobj" "python3-gi" "python3-setproctitle" "python3-tldextract" "xapps-common" "python3-pil" "libglib2.0-bin")
pkgdesc="Run websites as if they were apps"
repology=("project: webapp-manager")
hash="42fff2dd90ebb24669cc4ca4dec36e05c46ac8c112d2b3fd05b1f8babdf05b8d"
hash="818ec1186e028d538b0e7a9237b9fc8c68e804356d322a0a7ba5451c909fcbad"
incompatible=("*:jammy" "*:bullseye")
url="https://github.com/linuxmint/webapp-manager/archive/refs/tags/${pkgver}.tar.gz"
maintainer="Zahrun <[email protected]>"
Expand All @@ -16,6 +16,8 @@ prepare() {
sed -i 's/range(4)/range(5)/g' "usr/lib/${name}/common.py"
# Fix desktop file
mv usr/share/applications/kde4/webapp-manager.desktop usr/share/applications/webapp-manager-kde.desktop
# Fix version
sed -i "s/__DEB_VERSION__/${pkgver}/g" usr/lib/webapp-manager/webapp-manager.py
}

build() {
Expand Down

0 comments on commit 0e2dcde

Please sign in to comment.