summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2019-05-13 08:33:48 -0500
committerJordan Day2019-05-13 08:33:48 -0500
commit0f79f079570fcba381f1fb7f835df882df88844e (patch)
tree76b19400272d0eeb7438dff5eb116479a1247cd3
parent4b68e1f77a22f045fcba6380f1c3af8aa72417b7 (diff)
downloadaur-0f79f079570fcba381f1fb7f835df882df88844e.tar.gz
Move git to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 482d0e7ec8b5..8db615086ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uuid
pkgdesc = OSSP Universally Unique Identifier
pkgver = 1.6.2
- pkgrel = 17
+ pkgrel = 18
url = http://www.ossp.org/pkg/lib/uuid
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = uuid
arch = armv7h
arch = aarch64
license = MIT
+ makedepends = git
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 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"