summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-12-03 09:48:32 -0700
committerMark Wagie2023-12-03 09:48:32 -0700
commite93c2c6d8149f343037c26d91725cb6e3c62deb9 (patch)
tree2b27267047108db9539faba4085c25d3d5a0ee98
parent183c9bb8c5edfc6fce6d531a9621d80d4414ca4c (diff)
downloadaur-e93c2c6d8149f343037c26d91725cb6e3c62deb9.tar.gz
1.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebc387d0e129..9d53559f3072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webapp-manager
pkgdesc = Run websites as if they were apps
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = https://github.com/linuxmint/webapp-manager
arch = any
@@ -13,7 +13,7 @@ pkgbase = webapp-manager
depends = python-setproctitle
depends = python-tldextract
depends = xapp
- source = webapp-manager-1.3.3.tar.gz::https://github.com/linuxmint/webapp-manager/archive/refs/tags/1.3.3.tar.gz
- sha256sums = 5cc7b11c8692dedf49723da68dd3ec3f662ffe7641f5055eca64ad28e138c63a
+ source = webapp-manager-1.3.4.tar.gz::https://github.com/linuxmint/webapp-manager/archive/refs/tags/1.3.4.tar.gz
+ sha256sums = 818ec1186e028d538b0e7a9237b9fc8c68e804356d322a0a7ba5451c909fcbad
pkgname = webapp-manager
diff --git a/PKGBUILD b/PKGBUILD
index d46cb7c81c5a..139abf8cb96e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# 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.3
+pkgver=1.3.4
pkgrel=1
pkgdesc="Run websites as if they were apps"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL')
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=('5cc7b11c8692dedf49723da68dd3ec3f662ffe7641f5055eca64ad28e138c63a')
+sha256sums=('818ec1186e028d538b0e7a9237b9fc8c68e804356d322a0a7ba5451c909fcbad')
prepare() {
cd "$pkgname-$pkgver"