summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2024-11-16 12:57:13 +0100
committerFabioLolix2024-11-16 12:57:13 +0100
commit910b5c972d707aadf31c6146446bedf4e664ee4e (patch)
tree6613fe727a150c03601926cce98829984036fff0 /PKGBUILD
parentf3fa788593825a7bc819c3c7696e71d8a5657c2f (diff)
downloadaur-910b5c972d707aadf31c6146446bedf4e664ee4e.tar.gz
v1.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3aeea73988ce..0a3f27f3331f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-apng-plugin
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.1.4
+pkgrel=1
pkgdesc="An apng image plugin for Qt to support animated PNGs"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/QtApng"
@@ -12,7 +12,7 @@ depends=('qt5-base' 'libpng-apng')
makedepends=('git' 'qt5-tools')
source=("git+https://github.com/Skycoder42/QtApng.git#tag=$pkgver"
"$pkgname.rule")
-sha256sums=('SKIP'
+sha256sums=('6a2236dd2353fc1dda6f07457e5d686f75a6c1a27c47ca305dd4c0de0e09fb92'
'eaf4fe81c8521aeec2e0eca0a369542f914a8d57234d6edde6da8d5bb9bed505')
prepare() {