summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2158d38d937..adb7e95f7ba4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,17 @@
+# Generated by mksrcinfo v8
+# Sa Jan 30 14:19:59 UTC 2016
pkgbase = libunarr-git
pkgdesc = A lightweight decompression library with support for rar, tar and zip archives.
- pkgver = r189.91c3eb5
- pkgrel = 2
+ pkgver = r190.d1be8c4
+ pkgrel = 1
url = https://github.com/zeniko/unarr
arch = i686
arch = x86_64
+ license = LGPL3
makedepends = cmake
makedepends = git
+ depends = zlib
+ depends = bzip2
source = git+https://github.com/zeniko/unarr
source = https://raw.githubusercontent.com/selmf/unarr/master/CMakeLists.txt
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 841ed43c871f..a3e795effcfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
pkgname=libunarr-git
-pkgver=r189.91c3eb5
-pkgrel=2
+pkgver=r190.d1be8c4
+pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/zeniko/unarr"
-pkgdesc=('A lightweight decompression library with support for rar, tar and zip archives.')
+license="LGPL3"
+pkgdesc="A lightweight decompression library with support for rar, tar and zip archives."
source=('git+https://github.com/zeniko/unarr'
'https://raw.githubusercontent.com/selmf/unarr/master/CMakeLists.txt'
)
makedepends=('cmake' 'git')
+depends=('zlib' 'bzip2')
pkgver() {
cd "${srcdir}/unarr"