diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-03-09 18:45:16 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-03-09 18:45:16 -0200 |
commit | f6879a07894b7a83a3b4c2cfbf0f08198438ac1c (patch) | |
tree | 0056f7279c57312fdcb39b4b9a29464850d74160 /libre | |
parent | 10fcc16c666fa1ac031d2a10339fa41dac65b05b (diff) | |
download | abslibre-f6879a07894b7a83a3b4c2cfbf0f08198438ac1c.tar.gz abslibre-f6879a07894b7a83a3b4c2cfbf0f08198438ac1c.tar.bz2 abslibre-f6879a07894b7a83a3b4c2cfbf0f08198438ac1c.zip |
libre/linux-libre-lts
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 63463cc0a..a3a4a283c 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -11,7 +11,7 @@ _basekernel=3.0 _sublevel=23 pkgver=${_basekernel}.${_sublevel} _lxopkgver=${_basekernel}.22 # nearly always the same as pkgver -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -140,7 +140,6 @@ build() { package_linux-libre-lts() { pkgdesc="The Linux-libre Kernel and modules - stable longtime supported kernel package suitable for servers" - groups=('base') depends=('coreutils' 'module-init-tools>=3.16') optdepends=('crda: to set the correct wireless channels of your country') provides=('kernel26-lts' "linux-lts=$pkgver") |