summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b68f5442fbae..e5951af39138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,17 +10,11 @@ license=('PHP')
depends=('php>=7.0.0' 'lua')
source=(
"http://pecl.php.net/get/lua-$pkgver.tgz"
- 'liblua.so.patch'
)
sha256sums=(
'774ef6c27c778f5f40b9c701eebd7d554ed2a0d4809bf6849aed83664f3df58f'
- 'e193551d17c20fb6e053cfd2637a782e0f958c4c7500b6c77f5a427e7b10f400'
)
-prepare() {
- patch -p0 -i liblua.so.patch
-}
-
build() {
cd "$srcdir/lua-$pkgver"
phpize