summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
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"