summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-28 15:29:28 +0200
committerGoliathLabs2020-05-28 15:29:28 +0200
commit10e38b1f766c39434608a26b5094413aaf9890d2 (patch)
tree89c9885eaffae652e816077426893d7d90f12814 /PKGBUILD
parent4f28b20254a55e2e660f87f760b00bde605cd982 (diff)
downloadaur-10e38b1f766c39434608a26b5094413aaf9890d2.tar.gz
Updated: 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d14ea5ea30a..0456a35c0d80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_pkgname=xattr
pkgname=php-${_pkgname}
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="PHP extension that allows to manipulate extended attributes on filesystems that support them"
arch=('i686' 'x86_64')
@@ -10,7 +11,7 @@ license=('PHP')
url='https://pecl.php.net/package/xattr'
depends=('php')
source=("https://pecl.php.net/get/${_pkgname}-${pkgver}.tgz")
-md5sums=('f84aa0ae77f6935af7b5a4fef800ee70')
+sha256sums=('744d2a3f1469de6d3b5f30b5b17095efc714c5f71c8af3734afdd9e4819c140b')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"