summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2019-11-24 16:32:17 +0000
committergrufo2019-11-24 16:32:17 +0000
commitd94a844fed7d4b47cad748d72d673c94774050c1 (patch)
tree74ad12352bb66b71faec4323c5b22e5d58609b44
parenta70d1b77977103f7d7f3139a6a5c67fe52275d6f (diff)
downloadaur-d94a844fed7d4b47cad748d72d673c94774050c1.tar.gz
Bump version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ca04009be3d..2b5c9b603ce5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnunet-fuse-git
pkgdesc = Read-only mounting of GNUnet directories as file systems using FUSE
- pkgver = 0.11.0.r112.56513fc
+ pkgver = 0.11.8.r136.060ab11
pkgrel = 1
url = https://gnunet.org/
arch = any
@@ -10,6 +10,7 @@ pkgbase = gnunet-fuse-git
depends = fuse2
provides = gnunet-fuse
conflicts = gnunet-fuse
+ conflicts = gnunet-fuse-bin
source = git+https://gnunet.org/git/gnunet-fuse.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7727d9bc7e82..82c7f50afe8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='gnunet-fuse-git'
_appname='gnunet-fuse'
-pkgver='0.11.0.r112.56513fc'
+pkgver='0.11.8.r136.060ab11'
pkgrel=1
pkgdesc='Read-only mounting of GNUnet directories as file systems using FUSE'
arch=('any')
url='https://gnunet.org/'
license=('GPL')
provides=("${_appname}")
-conflicts=("${_appname}")
+conflicts=("${_appname}" "${_appname}-bin")
depends=('gnunet' 'fuse2')
makedepends=('autoconf')
source=("git+https://gnunet.org/git/${_appname}.git")