summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2020-01-10 10:49:16 -0500
committerTavian Barnes2020-01-10 10:49:16 -0500
commit800d6650a9f23964aecade40606c2ccff87cf590 (patch)
tree236e3b82da959d045b0ef7943c9db24d752f4f1b
parent7a1a98173944fb52d4a94327579983eca20f1968 (diff)
downloadaur-800d6650a9f23964aecade40606c2ccff87cf590.tar.gz
Add rsync to makedepends
C.f. https://aur.archlinux.org/packages/arm-linux-gnueabihf-linux-api-headers/#comment-724082
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 199c3a6d4983..b5e2f3a5dd2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = arm-linux-gnueabihf-linux-api-headers
pkgdesc = Kernel headers sanitized for use in userspace (arm-linux-gnueabihf)
pkgver = 5.3.1
- pkgrel = 2
+ pkgrel = 2.1
url = https://www.gnu.org/software/libc
arch = any
license = GPL2
+ makedepends = rsync
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.1.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.1.tar.sign
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
diff --git a/PKGBUILD b/PKGBUILD
index 939400e767a1..0fdba95aefb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,12 @@ _target_arch=arm
_target=${_target_arch}-linux-gnueabihf
pkgname=${_target}-linux-api-headers
pkgver=5.3.1
-pkgrel=2
+pkgrel=2.1
pkgdesc="Kernel headers sanitized for use in userspace (${_target})"
arch=(any)
url='https://www.gnu.org/software/libc'
license=(GPL2)
+makedepends=(rsync)
source=(https://www.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.{xz,sign})
md5sums=('4c68633ce304b8fbc7be2d3452060c11'
'SKIP')