summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-03-05 21:23:00 -0800
committerAndy Weidenbaum2016-03-05 21:23:00 -0800
commitd0d5255e53ba02f3064735030e51f9a451481bb4 (patch)
tree2b3b444930bd5b8ea3a46ad70bb4f2803faaefbd
parente11e78fe109a9583bcba44ddc68a256795597fac (diff)
downloadaur-d0d5255e53ba02f3064735030e51f9a451481bb4.tar.gz
do not del short p6 dir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f32081fb177d..a8e55538c965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 05:02:53 UTC 2016
+# Sun Mar 6 05:21:00 UTC 2016
pkgbase = perl6-http-status
pkgdesc = Get the text message associated with an HTTP status code
pkgver = 0.0.1
diff --git a/PKGBUILD b/PKGBUILD
index 3d08768fe9d5..f104366a7f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ package() {
alacryd install
msg2 'Removing redundant precomp file dependencies...'
- _precomp=($(pacman -Qqg perl6 | pacman -Qql - | grep -E 'dist|precomp|short' || true))
+ _precomp=($(pacman -Qqg perl6 | pacman -Qql - | grep -E 'dist|precomp' || true))
for _pc in "${_precomp[@]}"; do
[[ -f "$pkgdir/$_pc" ]] && rm -f "$pkgdir/$_pc"
done