summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Momčilović2023-05-01 19:00:34 +0200
committerBoris Momčilović2023-05-01 19:00:34 +0200
commit6937b3b3b9f1837e808c9aed5221b7c0dcd1b1e5 (patch)
tree1c4487364877eb1cf21ec1c2b6acb729211f4dd1
parentb0191d6f0961292ee75f179c5ef7cc6d4976f711 (diff)
downloadaur-php-tombs-git.tar.gz
Switch to fork
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a86873372263..991342e7cf74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-tombs-git
pkgdesc = Detect unused code in production
- pkgver = r71.40504a6
+ pkgver = r78.ba72201
pkgrel = 1
url = https://github.com/kornrunner/tombs
arch = i686
@@ -9,7 +9,7 @@ pkgbase = php-tombs-git
makedepends = git
depends = php
backup = etc/php/conf.d/tombs.ini
- source = git+https://github.com/krakjoe/tombs.git
+ source = git+https://github.com/kornrunner/tombs.git
md5sums = SKIP
pkgname = php-tombs-git
diff --git a/PKGBUILD b/PKGBUILD
index ed62c95e75cb..c18230c1cd78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=tombs
pkgname=php-$_pkgname-git
-pkgver=r71.40504a6
+pkgver=r78.ba72201
pkgrel=1
pkgdesc="Detect unused code in production"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/kornrunner/tombs"
license=('PHP')
depends=('php')
makedepends=('git')
-source=(git+https://github.com/krakjoe/tombs.git)
+source=(git+https://github.com/kornrunner/tombs.git)
md5sums=('SKIP')
_ininame="tombs.ini"
_inifile="etc/php/conf.d/$_ininame"
@@ -34,8 +34,8 @@ package() {
cd "$srcdir/$_pkgname"
make PREFIX=/usr INSTALL_ROOT="$pkgdir" install
cat >> "$_ininame" <<EOF
-;zend_extension=tombs.so
-;tombs.slots # 10000 # Set to (a number greater than) the maximum number of functions
+;zend_extension = tombs.so
+;tombs.slots = 10000 # Set to (a number greater than) the maximum number of functions
;tombs.strings = 32M # Set size of string buffer (supports suffixes, be generous)
;tombs.socket = /path/to/zend.tombs.socket # Set path to socket, setting to 0 disables socket
;tombs.dump = 0 # Set to a file descriptor for dump on shutdown