summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 298c84c2331a..be35e9a7b05e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,16 +14,6 @@ license=('PerlArtistic')
source=($pkgname-$pkgver::git+https://github.com/MadcapJake/Test-Lab)
sha256sums=('SKIP')
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- msg2 'Fixing META6.json...'
- sed -i \
- -e 's/test::Lab::Errors/Test::Lab::Errors/' \
- -e '/Test::Lab::Experiment::Default/d' \
- META6.json
-}
-
check() {
cd "$srcdir/$pkgname-$pkgver"