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

Giovanni Scafora giovanni at archlinux.org
Sun May 22 16:56:26 UTC 2011


    Date: Sunday, May 22, 2011 @ 12:56:26
  Author: giovanni
Revision: 124503

upgpkg: parted 2.4-1
upstream release

Modified:
  parted/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-22 15:38:50 UTC (rev 124502)
+++ PKGBUILD	2011-05-22 16:56:26 UTC (rev 124503)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=parted
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('device-mapper' 'e2fsprogs')
 options=('!libtool')
 install=${pkgname}.install
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('30ceb6df7e8681891e865e2fe5a7903d')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('b6cc55fd6e04b37b1745bc2e10d1a888')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,11 +21,11 @@
   ./configure --prefix=/usr \
               --disable-debug \
               --disable-rpath \
-              --disable-Werror || return 1
-  make || return 1
+              --disable-Werror
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list