summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli2020-03-06 05:31:16 +0100
committerDenis 'GNUtoo' Carikli2020-03-06 05:31:19 +0100
commit340c3960e812c8b6b7672af5fe212e7a670800ad (patch)
tree805beaf911e04629ccc6bd3ccc3d14d6dc8f509c /PKGBUILD
parentdd02aa673d887778cf6449908d20eef8e1d827f6 (diff)
downloadaur-fso-unbootimg.tar.gz
makedepends: Add git
As the PKGBUILD was only tested with makepkg, and that git was already installed, it didn't pick the issue at build time. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cde1f023ab0..b5acc6732d03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@
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')