summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-08 00:11:40 -0800
committerAndy Weidenbaum2016-01-08 00:11:40 -0800
commitc076806f8e4243f5ad918b40aa6f847a9956a03d (patch)
tree08a8d2b1b7ad2e3e7f21f3b42e32c681cbf01f0d /PKGBUILD
parent9e199cf06690c3b0b097d67da1470a6ca9faf742 (diff)
downloadaur-c076806f8e4243f5ad918b40aa6f847a9956a03d.tar.gz
update pkgver to 20160108
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6b5aadf0a28..4bba44eb8dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=alacryd-git
-pkgver=20160101
-pkgrel=3
+pkgver=20160108
+pkgrel=1
pkgdesc="Expedient Perl6 module installation"
arch=('any')
depends=('perl6')
@@ -26,7 +26,7 @@ package() {
install -Dm 644 UNLICENSE -t "$pkgdir/usr/share/licenses/alacryd"
msg2 'Installing documentation...'
- install -Dm 644 README.pod -t "$pkgdir/usr/share/doc/alacryd"
+ install -Dm 644 README.md -t "$pkgdir/usr/share/doc/alacryd"
msg2 'Installing...'
install -Dm 755 alacryd -t "$pkgdir/usr/bin"