aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFabio Ribeiro <fabiorphp@gmail.com>2017-04-09 12:32:44 -0300
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-10 13:20:51 +0000
commit0408732f7341353ebf1924b5a4635a9fff2c00de (patch)
tree43a9661f8a9010ed3b35ef2cbc1d7854b7b2d296 /testing
parent15f75175c38fa2cc55818271a9a0b2022941491d (diff)
downloadaports-0408732f7341353ebf1924b5a4635a9fff2c00de.tar.bz2
aports-0408732f7341353ebf1924b5a4635a9fff2c00de.tar.xz
testing/php7-mailparse: Package update
Diffstat (limited to 'testing')
-rw-r--r--testing/php7-mailparse/APKBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/testing/php7-mailparse/APKBUILD b/testing/php7-mailparse/APKBUILD
index de78aab8bc..6cda1a587f 100644
--- a/testing/php7-mailparse/APKBUILD
+++ b/testing/php7-mailparse/APKBUILD
@@ -2,21 +2,19 @@
# Maintainer: Fabio Ribeiro <fabiorphp@gmail.com>
pkgname=php7-mailparse
_pkgreal=mailparse
-pkgver=3.0.1
-_pkgver=${pkgver}
+pkgver=3.0.2
pkgrel=0
pkgdesc="Mailparse is an extension for parsing and working with email messages."
url="http://pecl.php.net/package/$_pkgreal"
arch="all"
license="PHP"
depends="php7-mbstring"
-pecldepends="php7-dev autoconf"
-makedepends="$pecldepends"
+makedepends="php7-dev autoconf"
install=""
subpackages=""
-source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz"
+source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz"
-builddir="$srcdir"/$_pkgreal-$_pkgver
+builddir="$srcdir"/$_pkgreal-$pkgver
build() {
cd "$builddir"
@@ -32,6 +30,6 @@ package() {
echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/60_$_pkgreal.ini
}
-md5sums="5ae0643a11159414c7e790c73a9e25ec mailparse-3.0.1.tgz"
-sha256sums="42ee10de881a3739acf73ddef8800d80c3c57f70072f41bdb22e6e87ebc9cc62 mailparse-3.0.1.tgz"
-sha512sums="42318d145c49644b0a1aea0e18aa3c6899f8ee2a8def7b9c22f7c02737426de22aba00a4c899a269b1d8e64c190654413d857622c882b92caa07f201620f1e61 mailparse-3.0.1.tgz"
+md5sums="4bd96a980013374f23a7461cc0a919aa mailparse-3.0.2.tgz"
+sha256sums="d81a6f8a48e43fca1c0f0d6c90d666830c24d584a23a60add43062aaf221843b mailparse-3.0.2.tgz"
+sha512sums="be04e15cf3577542447186d7ead4e31159c171c99de0a255d4ee2f6f760b80ecb44be056bd9089180601f622b9a71f4331f194e1adaa702d1d964009682896f6 mailparse-3.0.2.tgz"