summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGFdevelop2019-02-28 21:55:45 +0100
committerGFdevelop2019-02-28 21:55:45 +0100
commit2a577f703d3ba8445fc7d3e09e87209cd208d31f (patch)
tree8074b74e82fd57c794cc87a15f1afa9de6aeb5b3
parentedd32d2fd156c3e3db861daccb337d04ff84fc50 (diff)
downloadaur-2a577f703d3ba8445fc7d3e09e87209cd208d31f.tar.gz
UPDATE
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b7f5af329b8..7338dc71156e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = libvolatilestream-git
pkgdesc = volatile stream = stdio FILE* stream as a temporary dynamically allocated (and deallocated) memory buffer
- pkgver = r3.6b564fc
+ pkgver = r4.c2812a8
pkgrel = 1
url = https://github.com/rd235/libvolatilestream
arch = any
license = GPL2
provides = libvolatilestream
+ conflicts = libvolatilestream
source = git+https://github.com/rd235/libvolatilestream.git
md5sums = SKIP
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')