summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Claßen2018-05-02 00:44:49 +0200
committerPhilipp Claßen2018-05-02 00:45:38 +0200
commit544657303c566e8adf1409305db422424d2c08d5 (patch)
tree3a22451dbb91f356c48eba07abd57512b646d20d /PKGBUILD
parente0dc475a9513981f8beef3ddd427f441f1d0503c (diff)
downloadaur-544657303c566e8adf1409305db422424d2c08d5.tar.gz
Upgraded _pkgver_base from 8.0.1 to 9.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34c4cdddbcc7..3b8a05b32977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,9 @@
# Maintainer: Philipp Claßen <philipp.classen@posteo.de>
-#
-# Concerning the _pkgver_base HACK (copied from gcc-git AUR):
-#
-# * _pkgver_base is hard coded at the moment to 6.0.0; can't parse from source
-# * git source is downloaded just before pkgver(), so source doesn't exist to be parsed when globals (incl_pkgver_base) are currently set
-# * can't set it to an empty string and silently re-set it at the beginning of pkgver(), because the new value of _pkgver_base is only within the scope of pkgver()
-# * would have to re-set it at the beginning of every function that uses it, which is messy and error-prone
-# * to-do: could test in pkgver() or prepare() if _pkgver_base is different than gcc/BASE-VER and error
pkgbase="gcc-multilib-trunk-git"
pkgname=('gcc-multilib-git' 'gcc-libs-multilib-git' 'lib32-gcc-libs-git' 'gcc-objc-multilib-git')
-pkgver=8.0.1.r159589.5839d47d0d6
-_pkgver_base=8.0.1
+pkgver=9.0.0.r161402.d7ecaff761c
+_pkgver_base=9.0.0
pkgrel=1
pkgdesc="The GNU Compiler Collection developmental snapshot"
arch=('any')