summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-11-21 23:47:58 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-11-29 05:20:42 +0100
commite31d4dc28427046040fe7ac00bd1d25d47a46b9e (patch)
treeb866570fc503f95c6d84c9b52a86805f50a6a9d5 /pcr
parent91e2407a0e4f957157806a1286d8bba218044b9c (diff)
pcr/stormlib: updated to 9.22
Diffstat (limited to 'pcr')
-rw-r--r--pcr/stormlib/PKGBUILD18
1 files changed, 11 insertions, 7 deletions
diff --git a/pcr/stormlib/PKGBUILD b/pcr/stormlib/PKGBUILD
index bc21519fe..26203566e 100644
--- a/pcr/stormlib/PKGBUILD
+++ b/pcr/stormlib/PKGBUILD
@@ -3,16 +3,20 @@
_pkgname=StormLib
pkgname=${_pkgname,,}
-pkgver=9.21
+
+pkgver=9.22
pkgrel=1.parabola1
+arch=(i686 x86_64 armv7h)
+
pkgdesc="A C/C++ API to read and write MPQ files with support for merged archives, patch MPQs and more."
-arch=("i686" "x86_64" "armv7h")
url="http://www.zezula.net/en/mpq/stormlib.html"
-license=("MIT")
-depends=("bzip2" "zlib")
-makedepends=("cmake")
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/ladislav-zezula/$_pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('e23e9f106c6367f161fc63e015e7da6156b261b14c7e4a5aa542df02009294f9')
+license=(MIT)
+
+depends=(bzip2 zlib)
+makedepends=(cmake)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ladislav-zezula/$_pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('7ed583aae5549ba1abc68a8fc9a642b28323cdf835941bd9b2b549a7b623e53d')
build() {