summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXorg2016-02-18 09:19:29 +0100
committerXorg2016-02-18 09:19:29 +0100
commit39f3025f52a229026fbd769d22329842d45e20be (patch)
tree0e2a431c70b51b5427442b87bfbfadccfd23a219 /PKGBUILD
parent6832d6a00cedfa6e056c6a8d41c845398c996cd2 (diff)
downloadaur-gnustep-gui-clang-svn.tar.gz
Fix provides (pkgrel 3)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1e1bddde70f..cf85cc8662b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _svnname=gnustep-gui
pkgname=$_svnname-clang-svn
epoch=1
pkgver=r38298
-pkgrel=2
+pkgrel=3
pkgdesc="The GNUstep GUI class library, using Clang"
arch=('i686' 'x86_64')
url="http://www.gnustep.org/"
@@ -19,6 +19,7 @@ optdepends=('flite: enable speech server (need recompilation)'
'imagemagick: enable ImageMagick support (need recompilation)')
conflicts=('gnustep-gui' 'gnustep-gui-svn' 'gnustep-gui-multilib-clang-svn')
replaces=('gnustep-gui-multilib-clang-svn')
+provides=('gnustep-gui')
options=('!emptydirs')
source=("$_svnname::svn://svn.gna.org/svn/gnustep/libs/gui/trunk/")
md5sums=('SKIP')