summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2021-02-16 17:31:16 -0700
committerSampson Crowley2021-02-16 17:31:16 -0700
commit148a50d11c088137da40d399e3079ed69099ac11 (patch)
tree6173e4b2a51a750cb69bb1db97a71e67223f233e
parent82dfae64260437e89c183cb16b77d011fd581258 (diff)
downloadaur-php-version.tar.gz
upgpkg: php-version 0.13.0-2
fix contributors list for php-version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31638fd1ec48..324c09d4604e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = php-version
pkgdesc = Chruby-like (a.k.a. simple) script for switching between PHP versions
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wilmoore/php-version/wiki/Installing
install = php-version.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 99e054068ae6..96e4c6339421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer: Sampson Crowley <sampsonsprojects@gmail.com>
-# Contributor: Rhys Kenwell <redrield+aur@gmail.com>
-# Github Contributor: Michael Herold <https://github.com/michaelherold>
+# Upstream Creator: Wil Moore III (https://github.com/wilmoore)
pkgname=php-version
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
_builddir="php-version-$pkgver-$pkgrel"
pkgdesc="Chruby-like (a.k.a. simple) script for switching between PHP versions"
arch=('any')