summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-03-14 22:33:32 -0700
committerAndy Weidenbaum2016-03-14 22:33:32 -0700
commite35034a06f2624ba17227808b8ce6023b3e50ddf (patch)
treeef11d5d96a2895a9af8921aca5152a9decd9ed35 /PKGBUILD
parentc7c8032b1fdb40e5cb94b698c15adab02e0d8541 (diff)
downloadaur-e35034a06f2624ba17227808b8ce6023b3e50ddf.tar.gz
increment pkgrel to 2; msg /usr/share/perl6/vendor/bin $PATH post_install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d73fdb35231d..fe106527b16c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alacryd-git
pkgver=20160313
-pkgrel=1
+pkgrel=2
pkgdesc="Expedient Perl6 module installation"
arch=('any')
depends=('perl6')
@@ -13,6 +13,7 @@ source=(git+https://github.com/atweiden/alacryd)
sha256sums=('SKIP')
provides=('alacryd')
conflicts=('alacryd')
+install=alacryd.install
pkgver() {
cd ${pkgname%-git}