summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de9372d12a81..4bf18a360bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aggraef@gmail.com
pkgname=guidoar-git
-pkgver=373.21a6fc4
+pkgver=387.0327569
pkgrel=1
pkgdesc="a library to browse, transform and manipulate Guido scores (git version)"
arch=('x86_64' 'i686')
@@ -28,6 +28,6 @@ package() {
cd "$srcdir/$pkgname/build"
make install DESTDIR="$pkgdir"
# Fix up installation paths
- mv "$pkgdir/usr/local/include" "$pkgdir/usr"
+ mv "$pkgdir/usr/local/include" "$pkgdir/usr/local/lib" "$pkgdir/usr"
rmdir "$pkgdir/usr/local"
}