summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGFdevelop2020-02-16 16:00:52 +0100
committerGFdevelop2020-02-16 16:00:52 +0100
commit122b044863d834c432b773d5a961397cb86f0c83 (patch)
treeb1a45aa2953ba1d2c40fcf3ad74a5e0f20787ab1
parent6baf2ab484475fc072ee9de0179e3d12741d4370 (diff)
downloadaur-libvolatilestream-git.tar.gz
Fixed missing depends/makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40fb4fcc65cc..2450283b165d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = libvolatilestream-git
pkgdesc = volatile stream = stdio FILE* stream as a temporary dynamically allocated (and deallocated) memory buffer
pkgver = r11.0937e7c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rd235/libvolatilestream
arch = any
license = GPL2
+ makedepends = git
+ makedepends = cmake
+ depends = glibc
provides = libvolatilestream
conflicts = libvolatilestream
source = git+https://github.com/rd235/libvolatilestream.git
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")