summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e9c2f2058c5..205275794e9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = php-ast
pkgdesc = Extension exposing PHP 7 abstract syntax tree
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://pecl.php.net/package/ast
arch = x86_64
license = BSD
depends = php>=7.1
- source = php-ast-1.1.0.tar.gz::http://pecl.php.net/get/ast-1.1.0.tgz
- sha256sums = ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
+ source = php-ast-1.1.1.tar.gz::http://pecl.php.net/get/ast-1.1.1.tgz
+ sha256sums = 0c55e09a4da43b9cc1da72ecb4ae892941f73e157b73d46326bc6a5ed7fc44b1
pkgname = php-ast
diff --git a/.gitignore b/.gitignore
index 5eecab86b2fc..6aed2763b71e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,6 @@
# archlinux packages
*.pkg.tar*
+
+# makechrootpkg logs
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index cdaf3f60e9be..74564fb49d42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_extname=ast
pkgname=php-$_extname
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='Extension exposing PHP 7 abstract syntax tree'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('php>=7.1')
source=(
"$pkgname-$pkgver.tar.gz::http://pecl.php.net/get/$_extname-$pkgver.tgz"
)
-sha256sums=('ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13')
+sha256sums=('0c55e09a4da43b9cc1da72ecb4ae892941f73e157b73d46326bc6a5ed7fc44b1')
prepare() {
cd $srcdir/$_extname-$pkgver