summaryrefslogtreecommitdiff
path: root/libre/acpi_call-libre/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-23 16:15:08 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-23 16:15:08 -0300
commit44ae571c1d57a21af2c915b42bb656cf0d69c9ee (patch)
tree757e53f443e27a95d1b1b0cdf337c2147953fc46 /libre/acpi_call-libre/PKGBUILD
parenteadbb9961b89668e4aed317f5dd97cb04e86663e (diff)
parent1d20e4962664ab152948a14b4320b12204a1053e (diff)
Merge branch 'master' of gparabola:abslibre/abslibre-pre-mips64el
Conflicts: community/libftdi/PKGBUILD community/lxshortcut/PKGBUILD community/pcmanfm/PKGBUILD community/qingy/PKGBUILD community/yagf/PKGBUILD extra/ethtool/PKGBUILD extra/gptfdisk/PKGBUILD extra/postgresql/PKGBUILD extra/xfburn/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'libre/acpi_call-libre/PKGBUILD')
-rw-r--r--libre/acpi_call-libre/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/acpi_call-libre/PKGBUILD b/libre/acpi_call-libre/PKGBUILD
index 11dffa3b3..968d6eead 100644
--- a/libre/acpi_call-libre/PKGBUILD
+++ b/libre/acpi_call-libre/PKGBUILD
@@ -7,14 +7,14 @@
_pkgname=acpi_call
pkgname=acpi_call-libre
pkgver=1.1.0
-pkgrel=1
-_extramodules=extramodules-3.12-LIBRE
+pkgrel=2
+_extramodules=extramodules-3.13-LIBRE
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call (built for the linux-libre kernel package)'
arch=('i686' 'x86_64')
url="http://github.com/mkottman/${_pkgname}"
license=('GPL')
-depends=('linux-libre>=3.12' 'linux-libre<3.13')
-makedepends=('linux-libre-headers>=3.12' 'linux-libre-headers<3.13')
+depends=('linux-libre>=3.13' 'linux-libre<3.14')
+makedepends=('linux-libre-headers>=3.13' 'linux-libre-headers<3.14')
replaces="${_pkgname}"
conflicts="${_pkgname}"
provides="${_pkgname}=${pkgver}"