summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-11-28 08:27:31 -0700
committerMark Wagie2023-11-28 08:27:31 -0700
commit183c9bb8c5edfc6fce6d531a9621d80d4414ca4c (patch)
tree894222f4dc188fc98ac38f3e203ece6af53ac9ca /PKGBUILD
parentd85e7d436942fb6f703b72fae2424eb69a8cb835 (diff)
downloadaur-183c9bb8c5edfc6fce6d531a9621d80d4414ca4c.tar.gz
1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87d03ee0424c..d46cb7c81c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: spsf64 <at g m a i l dot com>
pkgname=webapp-manager
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="Run websites as if they were apps"
arch=('any')
url="https://github.com/linuxmint/webapp-manager"
license=('GPL')
-depends=('python-beautifulsoup4' 'python-configobj' 'python-gobject' 'python-pillow'
- 'python-setproctitle' 'python-tldextract' 'dconf' 'xapp')
+depends=('dconf' 'python-beautifulsoup4' 'python-configobj' 'python-gobject'
+ 'python-pillow' 'python-setproctitle' 'python-tldextract' 'xapp')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('42fff2dd90ebb24669cc4ca4dec36e05c46ac8c112d2b3fd05b1f8babdf05b8d')
+sha256sums=('5cc7b11c8692dedf49723da68dd3ec3f662ffe7641f5055eca64ad28e138c63a')
prepare() {
cd "$pkgname-$pkgver"