[arch-commits] Commit in linux/repos/core-i686 (PKGBUILD linux.install)
Tobias Powalowski
tpowa at archlinux.org
Sat Jan 14 11:49:01 UTC 2012
Date: Saturday, January 14, 2012 @ 06:49:01
Author: tpowa
Revision: 146613
fix building against broken libarchive
Modified:
linux/repos/core-i686/PKGBUILD
linux/repos/core-i686/linux.install
---------------+
PKGBUILD | 2 +-
linux.install | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-01-14 10:51:13 UTC (rev 146612)
+++ PKGBUILD 2012-01-14 11:49:01 UTC (rev 146613)
@@ -8,7 +8,7 @@
_kernelname=${pkgname#linux}
_basekernel=3.1
pkgver=${_basekernel}.9
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
license=('GPL2')
Modified: linux.install
===================================================================
--- linux.install 2012-01-14 10:51:13 UTC (rev 146612)
+++ linux.install 2012-01-14 11:49:01 UTC (rev 146613)
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=
-KERNEL_VERSION=3.1.9-1-ARCH
+KERNEL_VERSION=3.1.9-2-ARCH
post_install () {
# updating module dependencies
More information about the arch-commits
mailing list