summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgciruelos2015-12-01 01:45:41 -0300
committergciruelos2015-12-01 01:45:41 -0300
commit38faea49598b8f7c2dff3095d4a7914ead84aac9 (patch)
treee708cdf7e935e5bac99d90b2d4a8e485d51e63d6 /PKGBUILD
parentaa178d404935279ee9fc958378a3e2f5acf54bb2 (diff)
downloadaur-38faea49598b8f7c2dff3095d4a7914ead84aac9.tar.gz
Chamuyo.q
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daf867974503..83f600f8a049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qriollo
binname=qr
pkgver=0.91
-pkgrel=5
+pkgrel=6
pkgdesc="El lenguaje más boludo del mundo"
arch=('i686' 'x86_64')
url="http://qriollo.github.io"
@@ -21,9 +21,9 @@ package() {
cd $pkgname
install -Dm755 $binname "$pkgdir/usr/bin/$binname"
install -Dm666 Chamuyo.q "$pkgdir/usr/share/qriollo/Chamuyo.q"
- export RUTA_QRIOLLO=.:/usr/share/qriollo && qr
+ export RUTA_QRIOLLO=.:/usr/share/qriollo
}
post_install() {
- echo "qriollo was installed correctly! Use it with:\n\t qr params"
+ qr
}