diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-15 19:43:04 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-15 19:43:04 -0300 |
commit | c86e1160c09357d5ee874964e7937cadcf723d19 (patch) | |
tree | ed7b268dcec68011e11259f547446482ddba4607 | |
parent | 3f8787917d574a6d71f9358746fb09fefedc74b6 (diff) | |
download | abslibre-c86e1160c09357d5ee874964e7937cadcf723d19.tar.gz abslibre-c86e1160c09357d5ee874964e7937cadcf723d19.tar.bz2 abslibre-c86e1160c09357d5ee874964e7937cadcf723d19.zip |
linux-libre-3.3.2-1: updated version
-rw-r--r-- | libre/linux-libre/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/linux-libre/linux-libre.install | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 8dff63ec7..0ce819e6b 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -12,10 +12,10 @@ pkgname=('linux-libre' 'linux-libre-headers' 'linux-libre-docs') # Build stock - # pkgname=linux-custom # Build kernel with a different name _kernelname=-LIBRE _basekernel=3.3 -_sublevel=1 +_sublevel=2 pkgver=${_basekernel}.${_sublevel} _lxopkgver=${_basekernel}.0 # nearly always the same as pkgver -pkgrel=1.1 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index 6f0d7a347..861ce1f51 100644 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.3.1-1.1-LIBRE +KERNEL_VERSION=3.3.2-1-LIBRE post_install () { # updating module dependencies |