summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2019-05-13 08:30:21 -0500
committerJordan Day2019-05-13 08:30:21 -0500
commit4b68e1f77a22f045fcba6380f1c3af8aa72417b7 (patch)
tree439d28ac5133d1168bf870f2cb91722af4c2314c
parent91321a681e0ada3c1628b861fa4f8c4d5915a2b5 (diff)
downloadaur-4b68e1f77a22f045fcba6380f1c3af8aa72417b7.tar.gz
Add git as dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee3a6f57def..482d0e7ec8b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uuid
pkgdesc = OSSP Universally Unique Identifier
pkgver = 1.6.2
- pkgrel = 16
+ pkgrel = 17
url = http://www.ossp.org/pkg/lib/uuid
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = uuid
arch = aarch64
license = MIT
depends = sh
+ depends = git
options = !libtool
source = git+https://github.com/sean-/ossp-uuid.git
source = https://src.fedoraproject.org/rpms/uuid/raw/master/f/uuid-aarch64.patch
diff --git a/PKGBUILD b/PKGBUILD
index ec25fa4ae5a1..e0a06c05bdc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,12 +16,12 @@
pkgname=uuid
_pkgname=ossp-uuid
pkgver=1.6.2
-pkgrel=16
+pkgrel=17
pkgdesc="OSSP Universally Unique Identifier"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="http://www.ossp.org/pkg/lib/uuid"
license=('MIT')
-depends=('sh')
+depends=('sh' 'git')
options=('!libtool')
source=("git+https://github.com/sean-/ossp-uuid.git"
"https://src.fedoraproject.org/rpms/uuid/raw/master/f/uuid-aarch64.patch"