summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2020-10-19 20:00:39 +0200
committerTim Schumacher2020-10-19 20:00:39 +0200
commit153c05f778fccd52d254b5ff6abf1e9d8a094c47 (patch)
treed2bc96ba7fe8551d8f11fe81949e9b6994c57dd8 /PKGBUILD
parentddf4337b1665083cf2f3fe7c774a293a4b1305ae (diff)
downloadaur-153c05f778fccd52d254b5ff6abf1e9d8a094c47.tar.gz
Add git makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daf917a5c8b0..00c5980efa04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ _target_arch=mips
_target=mipsr5900el-unknown-linux-gnu
pkgname=$_target-linux-api-headers
pkgver=5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Kernel headers sanitized for use in userspace ($_target)"
arch=(any)
url='https://github.com/frno7/linux'
license=(GPL2)
+makedepends=('git')
source=(git+https://github.com/frno7/linux#branch=ps2-v${pkgver})
sha1sums=('SKIP')