summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5dd3eda591f..d3f3a1ded0e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pkgname="libvolatilestream"
pkgname="$_pkgname-git"
-pkgver=r3.6b564fc
+pkgver=r4.c2812a8
pkgrel=1
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')
provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("git+$url.git")
md5sums=('SKIP')