summaryrefslogtreecommitdiff
path: root/php7-mailparse/.SRCINFO
diff options
context:
space:
mode:
authorDeposite Pirate2021-10-12 21:36:25 +0200
committerDeposite Pirate2021-10-12 21:36:25 +0200
commit6be0c95a279c7f4775a0fb4a039a68ee455d0306 (patch)
tree8cf5f49dc57b95ce5bbb7fbb7bb96888e630390c /php7-mailparse/.SRCINFO
parentf8254ee0e6133872c6e482a36c1ce8570893c525 (diff)
* Mailparse PHP plugin compiled for PHP 7.x
new file: php7-mailparse/.SRCINFO new file: php7-mailparse/.gitignore new file: php7-mailparse/PKGBUILD new file: php7-mailparse/mailparse.ini new file: php7-mailparse/package.xml
Diffstat (limited to 'php7-mailparse/.SRCINFO')
-rw-r--r--php7-mailparse/.SRCINFO17
1 files changed, 17 insertions, 0 deletions
diff --git a/php7-mailparse/.SRCINFO b/php7-mailparse/.SRCINFO
new file mode 100644
index 0000000..562c35c
--- /dev/null
+++ b/php7-mailparse/.SRCINFO
@@ -0,0 +1,17 @@
+pkgbase = php-mailparse
+ pkgdesc = Extension for parsing and working with email messages (RFC822 and RFC2045)
+ pkgver = 3.1.1
+ pkgrel = 1
+ url = https://pecl.php.net/package/mailparse
+ arch = i686
+ arch = x86_64
+ license = PHP
+ depends = php>=7.2.0
+ backup = etc/php/conf.d/mailparse.ini
+ source = https://pecl.php.net/get/mailparse-3.1.1.tgz
+ source = mailparse.ini
+ sha256sums = c70f2650f81f7e234e5e2c8b079f3db04f38c269cf906c7846242fe9df92ce0a
+ sha256sums = e3a71ee16492ff486ad4e6b0c87a3af93bdb081efa5baf78d5d47f290f7ec86a
+
+pkgname = php-mailparse
+