summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-02-26 20:36:05 -0300
committerDaniel Bermond2017-02-26 20:36:05 -0300
commit33780c5d2455b73769ec9f86801df8ca8c688626 (patch)
tree2434931d63a3753adcf786602a2034c8aca5174e
parentdc287efc1318db84a668f51a55a098c9de0d0ec8 (diff)
downloadaur-33780c5d2455b73769ec9f86801df8ca8c688626.tar.gz
makedepends: added git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3cdd918720c..4fc394fae960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Feb 26 23:23:42 UTC 2017
+# Sun Feb 26 23:35:23 UTC 2017
pkgbase = libumem-git
pkgdesc = A port of the Solaris libumem memory allocator
pkgver = 1.0.r15.g3fc772c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/omniti-labs/portableumem
arch = i686
arch = x86_64
license = custom
+ makedepends = git
provides = umem
provides = libumem
provides = libumem.so
diff --git a/PKGBUILD b/PKGBUILD
index b5675f9373f2..952bba20fbf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=libumem-git
pkgver=1.0.r15.g3fc772c
-pkgrel=1
+pkgrel=2
pkgdesc="A port of the Solaris libumem memory allocator"
arch=('i686' 'x86_64')
url="https://github.com/omniti-labs/portableumem"
license=('custom')
+makedepends=('git')
provides=('umem' 'libumem' 'libumem.so')
source=("libumem-git"::'git+https://github.com/omniti-labs/portableumem.git'
'portableumem-various-cleanups.diff')