summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e6599366815..05ed62b2379b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arpage
pkgdesc = JACK MIDI arpeggiator with transport and tempo sync
pkgver = 0.3.3
- pkgrel = 10
+ pkgrel = 11
url = http://sourceforge.net/projects/arpage/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d8f94fbcf527..915bd49e4f6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=arpage
pkgver=0.3.3
-pkgrel=10
+pkgrel=11
pkgdesc="JACK MIDI arpeggiator with transport and tempo sync"
arch=('x86_64')
url="http://sourceforge.net/projects/arpage/"
@@ -27,6 +27,6 @@ build() {
package() {
cd $pkgname-$pkgver
- make DESTDIR=$pkgdir install
+ make DESTDIR="$pkgdir/" install
}