summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b667cf3b6696..77a335b3de1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = img4lib-git
pkgdesc = Deal with img4 files in a decent manner
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xerub/img4lib
arch = x86_64
license = unknown
depends = openssl-1.0
+ depends = lzfse
source = git+https://github.com/xerub/img4lib.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8a5029d4988b..98c4f41d3288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=img4lib-git
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Deal with img4 files in a decent manner"
arch=('x86_64')
url="https://github.com/xerub/img4lib"
-depends=('openssl-1.0')
+depends=('openssl-1.0' 'lzfse')
license=('unknown')
source=("git+https://github.com/xerub/img4lib.git")
sha512sums=('SKIP')