summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cab58a722a2d..a9c74ae92a00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = php-luasandbox
pkgdesc = PHP extension that provides a sandboxed environment to run Lua scripts in
pkgver = 4.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.mediawiki.org/wiki/LuaSandbox
arch = i686
arch = x86_64
license = MIT
depends = php
depends = lua51
+ backup = etc/php/conf.d/luasandbox.ini
source = php-luasandbox-4.1.2.tar.gz::https://github.com/wikimedia/mediawiki-php-luasandbox/archive/refs/tags/4.1.2.tar.gz
sha256sums = f75cda3675f57c6ee38e78cf8c215963ad36bdb86128ce76aa0f6281a6967adb
b2sums = 9e1ea045fbf1401cd12e8519b3e2f527878c39f870b7cdfe48145bcc085d2d7b2d8b74ec216f09dc534b52745f55806277aa1c2fe51d7293ec887f74ce45bb6a
diff --git a/PKGBUILD b/PKGBUILD
index 93ddedf77d41..1d78def35eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=php-luasandbox
pkgver=4.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='PHP extension that provides a sandboxed environment to run Lua scripts in'
arch=('i686' 'x86_64')
url='https://www.mediawiki.org/wiki/LuaSandbox'
license=('MIT')
depends=('php' 'lua51')
+backup=('etc/php/conf.d/luasandbox.ini')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wikimedia/mediawiki-php-luasandbox/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('f75cda3675f57c6ee38e78cf8c215963ad36bdb86128ce76aa0f6281a6967adb')
b2sums=('9e1ea045fbf1401cd12e8519b3e2f527878c39f870b7cdfe48145bcc085d2d7b2d8b74ec216f09dc534b52745f55806277aa1c2fe51d7293ec887f74ce45bb6a')