summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-28 15:29:28 +0200
committerGoliathLabs2020-05-28 15:29:28 +0200
commit10e38b1f766c39434608a26b5094413aaf9890d2 (patch)
tree89c9885eaffae652e816077426893d7d90f12814
parent4f28b20254a55e2e660f87f760b00bde605cd982 (diff)
downloadaur-10e38b1f766c39434608a26b5094413aaf9890d2.tar.gz
Updated: 1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d31283d30c0b..82f3bdf8de66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sat Sep 10 21:12:43 UTC 2016
pkgbase = php-xattr
pkgdesc = PHP extension that allows to manipulate extended attributes on filesystems that support them
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://pecl.php.net/package/xattr
arch = i686
arch = x86_64
license = PHP
depends = php
- source = https://pecl.php.net/get/xattr-1.3.0.tgz
- md5sums = f84aa0ae77f6935af7b5a4fef800ee70
+ source = https://pecl.php.net/get/xattr-1.4.0.tgz
+ sha256sums = 744d2a3f1469de6d3b5f30b5b17095efc714c5f71c8af3734afdd9e4819c140b
pkgname = php-xattr
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}"