summaryrefslogtreecommitdiff
path: root/libre/acpi_call-parabola-lts
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-24 14:55:17 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-24 14:57:24 -0300
commitd4bcd137a3140f558286c92280cf9776a3a48a8c (patch)
tree1028d8b7896c6e1f11ef9ed98e5dc6c3029feabb /libre/acpi_call-parabola-lts
parent0101691207d47026bd2518775789a299649f6702 (diff)
downloadabslibre-d4bcd137a3140f558286c92280cf9776a3a48a8c.tar.gz
abslibre-d4bcd137a3140f558286c92280cf9776a3a48a8c.tar.bz2
abslibre-d4bcd137a3140f558286c92280cf9776a3a48a8c.zip
kernel dependencies: pkgrel main number don't be changed => https://wiki.parabolagnulinux.org/Ports_packaging_guidelines#Don.27t_change_pkgrel_main_number
Diffstat (limited to 'libre/acpi_call-parabola-lts')
-rw-r--r--libre/acpi_call-parabola-lts/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/acpi_call-parabola-lts/PKGBUILD b/libre/acpi_call-parabola-lts/PKGBUILD
index 8487dcbd9..107dcbaca 100644
--- a/libre/acpi_call-parabola-lts/PKGBUILD
+++ b/libre/acpi_call-parabola-lts/PKGBUILD
@@ -20,10 +20,10 @@ source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
# Package info
-pkgrel=12.${_basekernel/./}
+pkgrel=7
arch=('i686' 'x86_64' 'mips64el')
install='kmod.install'
-_replaces=("${_pkgname}" "${_pkgname}-libre")
+_replaces=("${_pkgname}")
# Generic (you shouldn't have to modify any of these variables)
pkgname=${_pkgname}-parabola${_kernelname}
@@ -33,7 +33,7 @@ depends=("linux-libre${_kernelname}>=${_basekernel}" "linux-libre${_kernelname}<
makedepends=("linux-libre${_kernelname}-headers>=${_basekernel}" "linux-libre${_kernelname}-headers<${_toohigh}")
replaces=( "${_replaces[@]/%/${_kernelname}}")
conflicts=("${_replaces[@]/%/${_kernelname}}")
-provides=( "${_replaces[@]/%/${_kernelname}=${_pkgver}}")
+provides=( "${_replaces[@]/%/${_kernelname}=${pkgver}}")
if [[ -n "${_kernelname}" ]]; then
provides+=("${_pkgname}-parabola=${pkgver}") # pkgname without _kernelname
fi