makedeb
Tool for manipulating IMG4, IM4M and IM4P files
Click here to go back to the commit logs for img4tool-git.
Hash: d821fa3eb4c6b1dd60b317cff48095a5d9c12df9
Message: cleanlier
diff --git a/.SRCINFO b/.SRCINFO
index 110bf0c..4cb4d38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,13 +9,17 @@ pkgbase = img4tool-git
license = LGPL3
makedepends = git
makedepends = lzfse-git
- depends = libgeneral-git
depends = libplist-dev
depends = openssl
+ depends = libgeneral-git
provides = img4tool
conflicts = img4tool
source = git+https://github.com/tihmstar/img4tool.git
sha256sums = SKIP
+ _depends = libplist-dev
+ _depends = openssl
+ hirsute_depends = libplist-dev
+ hirsute_depends = openssl
hirsute_depends = libgeneral
pkgname = img4tool-git
diff --git a/PKGBUILD b/PKGBUILD
index 09eece8..c7c58eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ pkgdesc='Tool for manipulating IMG4, IM4M and IM4P files'
arch=('x86_64')
url="https://github.com/tihmstar/$_name"
license=('LGPL3')
-depends=('libgeneral-git' 'libplist-dev' 'openssl')
-hirsute_depends=('libgeneral' 'libplist-dev' 'openssl')
+_depends=('libplist-dev' 'openssl')
+depends=("${_depends[@]}" 'libgeneral-git')
+hirsute_depends=("${_depends[@]}" 'libgeneral')
makedepends=('git' 'lzfse-git')
provides=("$_name")
conflicts=("$_name")