summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 075402bf6d2b..b4d92577f000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pd-flext-git
_pkgname=flext
pkgver=r1353.098455b
-pkgrel=1
+pkgrel=2
pkgdesc="C++ development layer for Pure Data"
arch=('i686' 'x86_64')
url="https://grrrr.org/research/software/flext/"
@@ -10,8 +10,8 @@ license=('GPL')
groups=()
depends=('gcc-libs')
makedepends=('git' 'pd')
-provides=("$_pkgname")
-conflicts=("$_pkgname")
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
replaces=()
backup=()
options=('staticlibs')