[arch-commits] Commit in linux-api-headers/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Fri Jun 8 11:32:37 UTC 2012
Date: Friday, June 8, 2012 @ 07:32:36
Author: allan
Revision: 161268
upgpkg: linux-api-headers 3.3.8-1
very minor upstream update, remove .install files
Modified:
linux-api-headers/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-06-08 10:19:18 UTC (rev 161267)
+++ PKGBUILD 2012-06-08 11:32:36 UTC (rev 161268)
@@ -4,7 +4,7 @@
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
pkgname=linux-api-headers
-pkgver=3.3.2
+pkgver=3.3.8
_basever=3.3
pkgrel=1
pkgdesc="Kernel headers sanitized for use in userspace"
@@ -15,12 +15,12 @@
conflicts=('kernel-headers')
replaces=('kernel-headers')
source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
- http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
-# NOTE: signatures are not automatically verified by makepkg
+ http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+ # NOTE: signatures are not automatically verified by makepkg
#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
- #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+ #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
md5sums=('7133f5a2086a7d7ef97abac610c094f5'
- '68907107b0f62a19608588bdb6b29e20')
+ 'e1714b5136a7f4dab1b5d2d7f98e2891')
build() {
cd ${srcdir}/linux-${_basever}
@@ -38,5 +38,5 @@
rm -rf ${pkgdir}/usr/include/drm
# clean-up unnecessary files generated during install
- find ${pkgdir} -name .install -or -name ..install.cmd -print0 | xargs -0 rm -f
+ find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
}
More information about the arch-commits
mailing list