summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-04-11 04:15:23 +0000
committerPellegrino Prevete2023-04-11 04:15:23 +0000
commit56ac0326229ff42d42a04e17a07b86ed4c29bdb9 (patch)
treee533c8e3e7ab430585ab81a5876de2c6567c43d4
parent97186f7377c7ee16e9097847963c97d952a1add2 (diff)
downloadaur-56ac0326229ff42d42a04e17a07b86ed4c29bdb9.tar.gz
start modularize
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86ec07564b32..301940e408e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,16 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Maintainer: Pellegrino Prevete <pellegrinoprevete at gmail dot com>
+# Contributor: Frederik Schwan <freswa at archlinux dot org>
# Contributor: Jonathon Fernyhough <jonathon+m2x+dev>
# Contributor: Giancarlo Razzolini <grazzolini@archlinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Daniel Kozak <kozzi11@gmail.com>
-pkgbase=gcc11
-pkgname=($pkgbase gcc11-libs gcc11-fortran)
+_pkgbase="gcc"
+pkgbase="${_pkgbase}11"
+pkgname=("${pkgbase}"
+ "${pkgbase}-libs"
+ "${pkgbase}-fortran")
pkgver=11.3.0
_majorver=${pkgver%%.*}
pkgrel=5