diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-03 00:01:54 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-03 00:01:54 -0300 |
commit | 607d1790f752bae98a8a2f7a5e027529e8036e5a (patch) | |
tree | ea8963379871b817e25ecf2c6476aaad5f74ebac /libre/linux-libre-lts | |
parent | bfaf0126bfbf7a5a61b8b97805daed2fac49cedf (diff) | |
download | abslibre-607d1790f752bae98a8a2f7a5e027529e8036e5a.tar.gz abslibre-607d1790f752bae98a8a2f7a5e027529e8036e5a.tar.bz2 abslibre-607d1790f752bae98a8a2f7a5e027529e8036e5a.zip |
linux-libre-lts-3.0.30-2: updating depends module-init-tools => kmod
Diffstat (limited to 'libre/linux-libre-lts')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/linux-libre-lts/linux-libre-lts.install | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 535e87424..e8de15b08 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -12,7 +12,7 @@ _basekernel=3.0 _sublevel=30 pkgver=${_basekernel}.${_sublevel} _lxopkgver=${_basekernel}.30 # nearly always the same as pkgver -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -141,7 +141,7 @@ build() { package_linux-libre-lts() { pkgdesc="The Linux-libre Kernel and modules - stable longtime supported kernel package suitable for servers" - depends=('coreutils' 'module-init-tools>=3.16') + depends=('coreutils' 'kmod') optdepends=('crda: to set the correct wireless channels of your country') provides=('kernel26-lts' "linux-lts=$pkgver") conflicts=('kernel26-lts' 'kernel26-libre-lts' 'linux-lts') diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install index 4dedb01f3..870545419 100644 --- a/libre/linux-libre-lts/linux-libre-lts.install +++ b/libre/linux-libre-lts/linux-libre-lts.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME=-lts -KERNEL_VERSION=3.0.30-1-LIBRE-LTS +KERNEL_VERSION=3.0.30-2-LIBRE-LTS post_install () { # updating module dependencies |