summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin A. Shelton2019-02-11 14:57:23 -0700
committerBenjamin A. Shelton2019-02-11 14:57:23 -0700
commit5a3a2bb908bb9cb773eedc6fe1b442570df037d2 (patch)
treea1418d814dd94adf5f4413abba3e75ce88c64ffb
parentae6f53dfbcf6d3dd708f162e39d28fc5f3d049c0 (diff)
downloadaur-5a3a2bb908bb9cb773eedc6fe1b442570df037d2.tar.gz
Bumped version and clarified upgrade warning. Now validates signature.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
-rw-r--r--phing.install20
3 files changed, 26 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51a69f32ac70..4c0fa5959348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
# Generated by mksrcinfo v8
-# Sun Feb 19 20:52:20 UTC 2017
+# Mon Feb 11 21:57:06 UTC 2019
pkgbase = phing
pkgdesc = PHP project build system based on Apache Ant.
- pkgver = 2.16.0
+ pkgver = 2.16.1
pkgrel = 1
url = http://www.phing.info/
install = phing.install
arch = any
license = LGPL
depends = php
- source = http://www.phing.info/get/phing-2.16.0.phar
+ source = https://github.com/phingofficial/phing/releases/download/2.16.1/phing-2.16.1.phar
+ source = https://github.com/phingofficial/phing/releases/download/2.16.1/phing-2.16.1.phar.asc
source = phing.install
- sha512sums = 6974b0ea7d482d8fc9b63007c1ac47e7b60f19e23e483950e845279b8fbb97ddc03a99676f9122674df774ff3440b0126b3ae1a24078ff341262d52af4ccf938
- sha512sums = 26dfb12f0715abf2981d6cef03ee03335b8820b7f9b46392dacfd696b0d3cbdfa300cf760966c3f9f05ba9978fa30a7f1c8cc1c616c8b19292fe4eb69bc6c1c2
+ sha512sums = fc3ec05b6540642f4aa33e219d08b9c850eb0dc3921acf171b5055e07e62d06d934d6cd32e7b5bdfdd6a13a53acd600eaa36f8f19a37bb835919e339abd103af
+ sha512sums = 237b2623ff26a09697771cefb68eac162bc8b3fd28d4b67545e5c181bfa4a4f3f03db6387be1638abfcf905c8193dd3948d32a9e3c77748d99231d55ad60f592
+ sha512sums = bbe10167e144a65eaf4900d23d0cd6f5ffca56f716c158e844349e88ba4ecf7401bcefbfa89f2a53ea1ebe82c5822bb7827921bbf1c01524dc9d47710e255765
pkgname = phing
diff --git a/PKGBUILD b/PKGBUILD
index 5b59a1f87c5b..1089d93e2733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Source: https://github.com/zancarius/archlinux-pkgbuilds
pkgname=phing
-pkgver=2.16.0
+pkgver=2.16.1
pkgrel=1
pkgdesc="PHP project build system based on Apache Ant."
arch=(any)
@@ -11,12 +11,17 @@ license=(LGPL)
depends=(php)
install="${pkgname}.install"
source=(
- "http://www.phing.info/get/phing-${pkgver}.phar"
+ "https://github.com/phingofficial/phing/releases/download/${pkgver}/phing-${pkgver}.phar"
+ "https://github.com/phingofficial/phing/releases/download/${pkgver}/phing-${pkgver}.phar.asc"
phing.install
)
sha512sums=(
- 6974b0ea7d482d8fc9b63007c1ac47e7b60f19e23e483950e845279b8fbb97ddc03a99676f9122674df774ff3440b0126b3ae1a24078ff341262d52af4ccf938 # phing.phar
- 26dfb12f0715abf2981d6cef03ee03335b8820b7f9b46392dacfd696b0d3cbdfa300cf760966c3f9f05ba9978fa30a7f1c8cc1c616c8b19292fe4eb69bc6c1c2 # phing.install
+ fc3ec05b6540642f4aa33e219d08b9c850eb0dc3921acf171b5055e07e62d06d934d6cd32e7b5bdfdd6a13a53acd600eaa36f8f19a37bb835919e339abd103af # phing.phar
+ 237b2623ff26a09697771cefb68eac162bc8b3fd28d4b67545e5c181bfa4a4f3f03db6387be1638abfcf905c8193dd3948d32a9e3c77748d99231d55ad60f592 # phing.phar.asc
+ bbe10167e144a65eaf4900d23d0cd6f5ffca56f716c158e844349e88ba4ecf7401bcefbfa89f2a53ea1ebe82c5822bb7827921bbf1c01524dc9d47710e255765 # phing.install
+)
+validpgpkeys=(
+ "566E877A27BD4343E956BC9D2420BAE0A3BE25C6"
)
package() {
diff --git a/phing.install b/phing.install
index 7570be25b833..472293068760 100644
--- a/phing.install
+++ b/phing.install
@@ -3,12 +3,12 @@ post_install(){
cat << EOF
=========
-As of PKGREL phing-2.11.0-2, this PKGBUILD downloads the PHAR build of
-phing.
+Phing will be dropping support for manual installation as of version 3.0. This
+package will be deleted when 3.0 (stable) is released.
-Stand-alone Phing works well, but the recommended means of using it is
-to install the package on a per-project basis via Composer
-(http://getcomposer.org).
+It is recommended that you migrate your dependencies to
+Composer (http://getcomposer.org) and install Phing from there. See
+https://www.phing.info for migration instructions.
=========
EOF
@@ -20,12 +20,12 @@ post_upgrade(){
cat << EOF
=========
-As of PKGREL phing-2.11.0-2, this PKGBUILD downloads the PHAR build of
-phing.
+Phing will be dropping support for manual installation as of version 3.0. This
+package will be deleted when 3.0 (stable) is released.
-Stand-alone Phing works well, but the recommended means of using it is
-to install the package on a per-project basis via Composer
-(http://getcomposer.org).
+It is recommended that you migrate your dependencies to
+Composer (http://getcomposer.org) and install Phing from there. See
+https://www.phing.info for migration instructions.
=========
EOF