summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9091544a80db..d80c85208843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,13 @@ _pkgname="libvolatilestream"
pkgname="$_pkgname-git"
pkgver=r11.0937e7c
-pkgrel=1
+pkgrel=2
pkgdesc="volatile stream = stdio FILE* stream as a temporary dynamically allocated (and deallocated) memory buffer"
arch=('any')
url="https://github.com/rd235/$_pkgname"
license=('GPL2')
+depends=('glibc')
+makedepends=('git' 'cmake')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+$url.git")