summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2020-10-19 20:00:39 +0200
committerTim Schumacher2020-10-19 20:00:39 +0200
commit153c05f778fccd52d254b5ff6abf1e9d8a094c47 (patch)
treed2bc96ba7fe8551d8f11fe81949e9b6994c57dd8
parentddf4337b1665083cf2f3fe7c774a293a4b1305ae (diff)
downloadaur-153c05f778fccd52d254b5ff6abf1e9d8a094c47.tar.gz
Add git makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7042fba4512e..250b1aa67d27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = mipsr5900el-unknown-linux-gnu-linux-api-headers
pkgdesc = Kernel headers sanitized for use in userspace (mipsr5900el-unknown-linux-gnu)
pkgver = 5.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frno7/linux
arch = any
license = GPL2
+ makedepends = git
source = git+https://github.com/frno7/linux#branch=ps2-v5.4
sha1sums = SKIP
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')