summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-14 12:33:38 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-14 12:33:38 -0300
commitd8cbd9c2c6a555c92243487f9c27a65c65760eec (patch)
tree082ef9ee1fd5d987208771cfc6f41939df657010 /libre
parent14bdbce9e15e0a492208a67ca49a459a628086bd (diff)
downloadabslibre-d8cbd9c2c6a555c92243487f9c27a65c65760eec.tar.gz
abslibre-d8cbd9c2c6a555c92243487f9c27a65c65760eec.tar.bz2
abslibre-d8cbd9c2c6a555c92243487f9c27a65c65760eec.zip
linux-libre-3.3.6-1: updating version
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre/PKGBUILD4
-rw-r--r--libre/linux-libre/linux-libre.install4
2 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index c59c72220..6f87f8738 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -12,7 +12,7 @@ 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=5
+_sublevel=6
pkgver=${_basekernel}.${_sublevel}
_lxopkgver=${_basekernel}.5 # nearly always the same as pkgver
pkgrel=1
@@ -35,7 +35,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn
'ext4-options.patch'
"http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2")
md5sums=('5487da14ca81715a469c7594d39722fa'
- '2917c4d1257dd4e8b2a159333a4862ca'
+ '6d9d139e4b53802615833372728cc0e4'
'225fc118e655b0e4031aaf45656b872c'
'e6b45d3ba0415d2dfbda9cdbf6dbf6f4'
'e49ac236dfeef709f91a3d993ea7b62c'
diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install
index e948cc1ba..0924afb1a 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.5-1-LIBRE
+KERNEL_VERSION=3.3.6-1-LIBRE
post_install () {
# updating module dependencies
@@ -28,7 +28,7 @@ post_install () {
post_upgrade() {
pacman -Q grub &>/dev/null
hasgrub=$?
- pacman -Q grub2 &>/dev/null
+ pacman -Q grub2-common &>/dev/null
hasgrub2=$?
pacman -Q lilo &>/dev/null
haslilo=$?