summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2019-10-08 19:43:28 +0200
committerJonas Heinrich2019-10-08 19:43:28 +0200
commit35bc33f83d0f493ec17f9dee29c092f2f4c15005 (patch)
treead8a038cd5db21ed5f3b1473330683a465beb282
parent091cfef7c3aa29f6fb41f1e297397fefae8e618b (diff)
downloadaur-35bc33f83d0f493ec17f9dee29c092f2f4c15005.tar.gz
added missing dependency
-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')