diff options
Diffstat (limited to 'libre/tp_smapi/PKGBUILD')
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index 7a5f636f7..a73c42225 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -6,15 +6,16 @@ # Contributor (Arch): Christof Musik <christof ð senfdax đ de> # Contributor (Arch): Stefan Rupp <archlinux ð stefanrupp đ de> # Contributor (Arch): Ignas Anikevicius <anikevicius ð gmail đ com> -# Maintainer: André Silva <emulatorman@parabola.nu> +# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info> +# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -# Contributor: Márcio Silva <coadde@parabola.nu> _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=4.11 - _archrel=16 + _archrel=18 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 |