summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Sidler2017-12-03 16:49:34 -0600
committerPhil Sidler2017-12-03 16:49:34 -0600
commit89c096ae6a5ea6ce4ff6f00349fc931be74742b4 (patch)
tree57f870b7250f840e5836dbf809c3925f1c1793e2 /PKGBUILD
parent335afa8fdb1ae1538865643cd5f2f3c3b421c33a (diff)
downloadaur-89c096ae6a5ea6ce4ff6f00349fc931be74742b4.tar.gz
update to 11337
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 923cc734fc1c..6f1b1c33885d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Phil Sidler <phil_sidler@hotmail.com>
+# Maintainer: sardo <sardonimous@hotmail.com>
pkgname=oorexx-beta
-pkgver=5.0.0.r11335
+pkgver=5.0.0.r11337
pkgrel=1
pkgdesc="open source implementation of Object Rexx"
arch=('x86_64')
@@ -37,7 +37,7 @@ build() {
package() {
cd "${pkgname}"
cd ../build
- make DESTDIR="${pkgdir}/" install || return 1
+ make DESTDIR="${pkgdir}" install || return 1
cd "${pkgdir}"
patch -p1 -i "${srcdir}/oorexx-beta-5.0.0-rxapid.patch"
}