summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a46deb521d62..12792853047d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zef
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Perl6 Module Management"
arch=('any')
depends=('perl6')
@@ -14,13 +14,6 @@ license=('PerlArtistic')
source=($pkgname-$pkgver::git+https://github.com/ugexe/zef)
sha256sums=('SKIP')
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- msg2 'Fixing resources...'
- sed -i 's,resources/config.json,config.json,' META6.json lib/Zef/Config.pm6
-}
-
check() {
cd "$srcdir/$pkgname-$pkgver"