[arch-commits] Commit in util-linux/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Mon May 9 00:21:36 UTC 2011


    Date: Sunday, May 8, 2011 @ 20:21:36
  Author: allan
Revision: 123152

upgpkg: util-linux 2.19.1-1
upstream update

Modified:
  util-linux/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-08 23:01:18 UTC (rev 123151)
+++ PKGBUILD	2011-05-09 00:21:36 UTC (rev 123152)
@@ -1,8 +1,10 @@
 # $Id$
-# Maintainer: judd <jvinet at zeroflux.org>
+# Maintainer:
+# Contributor: judd <jvinet at zeroflux.org>
+
 pkgname=util-linux
-pkgver=2.19
-pkgrel=4
+pkgver=2.19.1
+pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="http://userweb.kernel.org/~kzak/util-linux-ng/"
 arch=('i686' 'x86_64')
@@ -15,7 +17,7 @@
 options=('!libtool')
 source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.19/${pkgname}-${pkgver}.tar.bz2)
 optdepends=('perl: for chkdupexe support')
-md5sums=('590ca71aad0b254e2631d84401f28255')
+md5sums=('3eab06f05163dfa65479c44e5231932c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -27,6 +29,6 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  mkdir -p "${pkgdir}/var/lib/hwclock"
+  install -dm755 "${pkgdir}/var/lib/hwclock"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list