diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-02 23:49:36 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-02 23:49:36 -0300 |
commit | bfaf0126bfbf7a5a61b8b97805daed2fac49cedf (patch) | |
tree | e440de2140718fa48872e817cad2530c06258364 /libre/linux-libre/PKGBUILD | |
parent | 7e1af1e9c2235ac2f95d463bad14feb40ee979b1 (diff) | |
download | abslibre-bfaf0126bfbf7a5a61b8b97805daed2fac49cedf.tar.gz abslibre-bfaf0126bfbf7a5a61b8b97805daed2fac49cedf.tar.bz2 abslibre-bfaf0126bfbf7a5a61b8b97805daed2fac49cedf.zip |
linux-libre-3.3.4-2: updating depends module-init-tools => kmod
Diffstat (limited to 'libre/linux-libre/PKGBUILD')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 2022e0e50..45b4937e5 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -15,7 +15,7 @@ _basekernel=3.3 _sublevel=4 pkgver=${_basekernel}.${_sublevel} _lxopkgver=${_basekernel}.4 # nearly always the same as pkgver -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -146,7 +146,7 @@ build() { package_linux-libre() { pkgdesc="The Linux-libre Kernel and modules" groups=('base') - depends=('coreutils' 'module-init-tools>=3.16') + depends=('coreutils' 'kmod') optdepends=('crda: to set the correct wireless channels of your country') provides=('kernel26' "linux=$pkgver") conflicts=('kernel26' 'kernel26-libre' 'linux') |