summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Kiefer2015-08-19 21:45:46 +0200
committerMoritz Kiefer2015-08-19 21:45:46 +0200
commited0b25023d6c57fdebe1e83670fd0509c5e4a292 (patch)
tree67474a2433bd8dabfebffc338634fc7afd2b6a4d /PKGBUILD
parentbc1f4f38f99b561e72cc3351737d1d3bde2c4b0f (diff)
downloadaur-ed0b25023d6c57fdebe1e83670fd0509c5e4a292.tar.gz
use Makefile.svn instead of Makefile.cvs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2c85cf4d777..6d1c59f1b1ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: SpotlightKid
pkgname=libgig-svn
_pkgname="${pkgname%-svn}"
-pkgver=r2658
+pkgver=r2835
pkgrel=1
pkgdesc="Gigasampler file access library"
arch=("i686" "x86_64")
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd "$srcdir/$pkgname"
- make -f Makefile.cvs
+ make -f Makefile.svn
./configure --prefix=/usr
make
}