summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a11358cf17f3..757a25d4e10a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=Flatseal
pkgname=flatseal
-pkgver=1.6.5
+pkgver=1.7.4
pkgrel=1
pkgdesc='A permissions manager for Flatpak.'
url="https://github.com/tchx84/Flatseal/"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('flatpak' 'gjs')
makedepends=('meson' 'flatpak-builder' 'ninja')
source=("$pkgname-$pkgver::https://github.com/tchx84/Flatseal/archive/v$pkgver.tar.gz")
-sha1sums=('e629b34b0430d1c9f307b30a47d082fec29c1281')
+sha1sums=('1e5929a41675043eb87627cd101b166c77b66642')
build() {
cd "$srcdir/$_pkgname-$pkgver"