summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Heinrich2019-10-08 19:43:28 +0200
committerJonas Heinrich2019-10-08 19:43:28 +0200
commit35bc33f83d0f493ec17f9dee29c092f2f4c15005 (patch)
treead8a038cd5db21ed5f3b1473330683a465beb282 /PKGBUILD
parent091cfef7c3aa29f6fb41f1e297397fefae8e618b (diff)
downloadaur-img4lib-git.tar.gz
added missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')