diff options
Diffstat (limited to 'pcr/fso-unbootimg/PKGBUILD')
-rw-r--r-- | pcr/fso-unbootimg/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/fso-unbootimg/PKGBUILD b/pcr/fso-unbootimg/PKGBUILD index 7cf9937ed..130e4a226 100644 --- a/pcr/fso-unbootimg/PKGBUILD +++ b/pcr/fso-unbootimg/PKGBUILD @@ -1,12 +1,13 @@ # Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> pkgname=fso-unbootimg pkgver=0.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Utility to unpack images made with Android's mkbootimg" arch=('armv7h' 'i686' 'x86_64') url='git://github.com/freesmartphone/utilities.git' license=('MIT') depends=('zlib') +makedepends=('git') _commit=('4566e120fc80fd372f68b20e044387bd97218bfd') source=("git+https://github.com/freesmartphone/utilities.git#commit=${_commit}") sha256sums=('SKIP') |