summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ef704164fa6..ead425f4ba2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = libunarr-git
pkgdesc = A lightweight decompression library with support for rar, tar and zip archives.
pkgver = r188.c4136ab
pkgrel = 1
+ url = https://github.com/zeniko/unarr
arch = i686
arch = x86_64
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 7ad79e5ae54f..260295ddce6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,7 @@ pkgname=libunarr-git
pkgver=r188.c4136ab
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.')
source=('git+https://github.com/zeniko/unarr'
'https://raw.githubusercontent.com/selmf/unarr/master/CMakeLists.txt'