summaryrefslogtreecommitdiff
path: root/pcr/fso-unbootimg
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-22 23:49:07 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-22 23:49:15 +0100
commitdd3bc412b38ac87d911d94108ffb640403c2ad2e (patch)
tree3a87d8ef9eb115357c1e1ee8832983048007bb4c /pcr/fso-unbootimg
parent9c07b00baa0277789ce24eff57f84f557e57a8b7 (diff)
downloadabslibre-dd3bc412b38ac87d911d94108ffb640403c2ad2e.tar.gz
abslibre-dd3bc412b38ac87d911d94108ffb640403c2ad2e.tar.bz2
abslibre-dd3bc412b38ac87d911d94108ffb640403c2ad2e.zip
pcr: fso-unbootimg: 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 'pcr/fso-unbootimg')
-rw-r--r--pcr/fso-unbootimg/PKGBUILD3
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')