diff options
-rw-r--r-- | libre/acpi_call/PKGBUILD | 7 | ||||
-rw-r--r-- | libre/bbswitch/PKGBUILD | 7 | ||||
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 7 | ||||
-rw-r--r-- | libre/vhba-module/PKGBUILD | 10 |
4 files changed, 17 insertions, 14 deletions
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD index 8cd45078f..f5e5770a3 100644 --- a/libre/acpi_call/PKGBUILD +++ b/libre/acpi_call/PKGBUILD @@ -1,15 +1,16 @@ # Maintainer (Arch): Maxime Gauduin <alucryd@gmail.com> # Contributor (Arch): mortzu <me@mortzu.de> # Contributor (Arch): fnord0 <fnord0@riseup.net> -# 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=62 + _archrel=64 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 7c0c7b054..3c6b5220d 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -1,15 +1,16 @@ # Maintainer (Arch): Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor (Arch): M0Rf30 # Contributor (Arch): Samsagax <samsagax@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=67 + _archrel=70 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 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 diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD index 54e2b0bdf..e09166636 100644 --- a/libre/vhba-module/PKGBUILD +++ b/libre/vhba-module/PKGBUILD @@ -8,8 +8,8 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then - _basekernel=4.10 - _archrel=11 + _basekernel=4.11 + _archrel=4 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 @@ -19,7 +19,7 @@ fi _pkgname=vhba-module pkgname=${_pkgname}${_kernelname} -pkgver=20161009 +pkgver=20170610 pkgrel=${_archrel}.parabola${_parabolarel}.basekernel${_basekernel} _extramodules=extramodules-${_basekernel}${_kernelname} pkgdesc="Kernel module that emulates SCSI devices (built for the linux-libre${_kernelname} kernel package)" @@ -43,8 +43,8 @@ options=(!makeflags) install='kmod.install' source=("http://downloads.sourceforge.net/cdemu/$_pkgname-$pkgver.tar.bz2" '60-vhba.rules') -md5sums=('9a9dc156e4cb73d0ca5892eeba801026' - '4dc37dc348b5a2c83585829bde790dcc') +sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec' + '3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b') build() { cd "${srcdir}/${_pkgname}-${pkgver}" |