diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/gnome-screenshot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gnome-screenshot/APKBUILD b/community/gnome-screenshot/APKBUILD index a809b8600d..0db4187c5a 100644 --- a/community/gnome-screenshot/APKBUILD +++ b/community/gnome-screenshot/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-screenshot -pkgver=3.34.0 -pkgrel=2 +pkgver=3.36.0 +pkgrel=0 pkgdesc="Screenshot capture utility for GNOME" url="https://gitlab.gnome.org/GNOME/gnome-screenshot" arch="all" @@ -31,4 +31,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="8b3c84012d69fa7d2cae12c9e4b37ac49a761ed5e6a375b990887872aff313d9b434b9793fa86980bbfe9077c228b6d5d2bd8861b18f403470539710386992d0 gnome-screenshot-3.34.0.tar.xz" +sha512sums="fda599e7c50b37d8356352085b2f45f3b8c868af897352810998e127bd7333d5a1383369ec1cb980064f7e0aafa0e01bc5cdb31563ea56b1a7e4099fc18cc6b4 gnome-screenshot-3.36.0.tar.xz" |