summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGFdevelop2020-02-16 16:00:52 +0100
committerGFdevelop2020-02-16 16:00:52 +0100
commit122b044863d834c432b773d5a961397cb86f0c83 (patch)
treeb1a45aa2953ba1d2c40fcf3ad74a5e0f20787ab1 /PKGBUILD
parent6baf2ab484475fc072ee9de0179e3d12741d4370 (diff)
downloadaur-122b044863d834c432b773d5a961397cb86f0c83.tar.gz
Fixed missing depends/makedepends
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")