summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Gerbet2024-01-15 20:50:19 +0100
committerThomas Gerbet2024-01-15 20:50:19 +0100
commit0844b6d0907a32e858cc65feebdf489a041d741e (patch)
treec2f12a5d9791296d620393dae0618f5793529a34 /PKGBUILD
parent2a828a69035804dcc55069db59e228325a595425 (diff)
downloadaur-php-mailparse.tar.gz
mailparse: 3.1.4 -> 3.1.6
Changelog: https://pecl.php.net/package-changelog.php?package=mailparse&release=3.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d261d35b106..82286f0fe3f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Johannes Schleifenbaum <johannes [at] js-webcoding [dot] de>
pkgname=php-mailparse
-pkgver=3.1.4
+pkgver=3.1.6
pkgrel=1
pkgdesc="Extension for parsing and working with email messages (RFC822 and RFC2045)"
arch=('i686' 'x86_64')
url="https://pecl.php.net/package/mailparse"
license=('PHP')
-depends=('php>=7.3.0')
+depends=('php>=8.1.0')
backup=('etc/php/conf.d/mailparse.ini')
source=("https://pecl.php.net/get/mailparse-${pkgver}.tgz"
'mailparse.ini')
-sha256sums=('1474921b32c7eef825144e2be19b1e9d47505ad409729833fd50c25eacdf9577'
+sha256sums=('a69f1605583eabdb59c2cd4c17334b3267398a1d47e1fd7edb92d8bef9dee008'
'e3a71ee16492ff486ad4e6b0c87a3af93bdb081efa5baf78d5d47f290f7ec86a')
build() {