summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b042866b411d..c4fa1160e0a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 05:21:02 UTC 2016
+# Fri May 13 18:23:57 UTC 2016
pkgbase = perl6-staticish
pkgdesc = Make a singleton class that wraps the methods so they appear like class methods
pkgver = 0.0.4
diff --git a/PKGBUILD b/PKGBUILD
index 882a2a84b439..edfca40ff40f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,5 +43,6 @@ package() {
done
msg2 'Cleaning up pkgdir...'
+ rm -f "$pkgdir/usr/share/perl6/vendor/version"
find "$pkgdir" -type f -name "*.lock" -exec rm '{}' \;
}