summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-11-04 14:59:10 +0100
committerhaawda2021-11-04 14:59:10 +0100
commita8f0217317a8f269024b326339eca99438fe11f2 (patch)
treee457c1142563aacafe2e5a703f7b1bc977ac59f1
parent2289e8770f6bd3e5f26f347cc716f1a7080d2eae (diff)
downloadaur-apngasm.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 470823e6bdf3..ee36085f376e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apngasm
pkgdesc = tool for assembling apng files
- pkgver = 3.1.6
- pkgrel = 2
+ pkgver = 3.1.10
+ pkgrel = 1
url = https://github.com/apngasm/apngasm
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = apngasm
depends = libpng
depends = boost-libs
conflicts = apng-utils
- source = git+https://github.com/apngasm/apngasm.git#commit=de1c87cd7696384be3235eb07766766891474e09
+ source = git+https://github.com/apngasm/apngasm.git#commit=553cce10585283fabc1053977a09ad976aa3e2f0
sha512sums = SKIP
pkgname = apngasm
diff --git a/PKGBUILD b/PKGBUILD
index cb2511bab95d..936e6eb86bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=apngasm
-pkgver=3.1.6
-pkgrel=2
+pkgver=3.1.10
+pkgrel=1
pkgdesc="tool for assembling apng files"
arch=('i686' 'x86_64')
url="https://github.com/apngasm/apngasm"
@@ -14,7 +14,7 @@ license=('LGPL')
conflicts=('apng-utils')
depends=('libpng' 'boost-libs')
makedepends=('cmake' 'boost' 'git')
-source=("git+$url.git#commit=de1c87cd7696384be3235eb07766766891474e09")
+source=("git+$url.git#commit=553cce10585283fabc1053977a09ad976aa3e2f0")
sha512sums=('SKIP')
build() {