summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Rys2023-09-28 19:27:19 +0200
committerMartin Rys2023-09-28 19:27:19 +0200
commit23f8b2555ea669e3f8a65be4cd589c608e4ee2ee (patch)
tree31442127ab57e31f9dfbb2cb92439221d5cc6ac7 /PKGBUILD
parentde2ff12d3633078fc79cfaa341301a9eefcfbddb (diff)
downloadaur-23f8b2555ea669e3f8a65be4cd589c608e4ee2ee.tar.gz
Bump to 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b57abeeb065..29d2d3f4005d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=Flatseal
pkgname=flatseal
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=1
pkgdesc='A permissions manager for Flatpak.'
url="https://github.com/tchx84/Flatseal/"
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('flatpak' 'gjs' 'webkitgtk-6.0' 'libhandy' 'appstream-glib' 'libadwaita')
makedepends=('meson' 'flatpak-builder' 'ninja')
source=("$pkgname-$pkgver::https://github.com/tchx84/Flatseal/archive/v$pkgver.tar.gz")
-sha256sums=('2ef0c6d9a28b8c472694943cade4bff3937e8a0f64222f20dc831484ae56fd9e')
+sha256sums=('dd8f1a2046cf0e8501fb851d9297808872a9dfbace290114035189675a2db80e')
build() {
cd "$srcdir/$_pkgname-$pkgver"