summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Coffin2022-10-31 14:24:26 -0600
committerMatt Coffin2022-10-31 14:24:26 -0600
commit8ef2e196423ea3f9d607354a5b66cdd1fcbc9738 (patch)
tree139c1e920b45da7eb26047f422e8f943186c1a10 /PKGBUILD
parent51d9e5d51d1e2530fdbff8544f66eead35853b0b (diff)
downloadaur-x86_64-apple-darwin-binutils.tar.gz
Add rsync to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 696c1e23b08f..110386eaa5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@ _targets="x86_64-apple-darwin"
pkgname="${_targets}"-binutils
pkgver=2.39
-pkgrel=1
+pkgrel=2
pkgdesc="Cross binutils for the Apple Darwin cross-compiler"
arch=('x86_64')
url="http://www.gnu.org/software/binutils"
license=('GPL')
#groups=
depends=('zlib')
+makedepends=(rsync)
options=('!libtool' '!emptydirs')
source=("rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-${pkgver}.tar.xz"{,.sig})
validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F')