summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJordan Day2019-05-13 08:33:48 -0500
committerJordan Day2019-05-13 08:33:48 -0500
commit0f79f079570fcba381f1fb7f835df882df88844e (patch)
tree76b19400272d0eeb7438dff5eb116479a1247cd3 /PKGBUILD
parent4b68e1f77a22f045fcba6380f1c3af8aa72417b7 (diff)
downloadaur-0f79f079570fcba381f1fb7f835df882df88844e.tar.gz
Move git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0a06c05bdc6..bb716dc3b210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,12 +16,13 @@
pkgname=uuid
_pkgname=ossp-uuid
pkgver=1.6.2
-pkgrel=17
+pkgrel=18
pkgdesc="OSSP Universally Unique Identifier"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="http://www.ossp.org/pkg/lib/uuid"
license=('MIT')
-depends=('sh' 'git')
+depends=('sh')
+makedepends=('git')
options=('!libtool')
source=("git+https://github.com/sean-/ossp-uuid.git"
"https://src.fedoraproject.org/rpms/uuid/raw/master/f/uuid-aarch64.patch"