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

Giovanni Scafora giovanni at archlinux.org
Sun Jul 24 13:24:45 UTC 2011


    Date: Sunday, July 24, 2011 @ 09:24:45
  Author: giovanni
Revision: 132409

upgpkg: parted 3.0-1
upstream release

Modified:
  parted/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-24 11:36:37 UTC (rev 132408)
+++ PKGBUILD	2011-07-24 13:24:45 UTC (rev 132409)
@@ -3,29 +3,30 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=parted
-pkgver=2.4
+pkgver=3.0
 pkgrel=1
 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
 arch=('i686' 'x86_64')
 license=('GPL3')
 url="http://www.gnu.org/software/parted/parted.html"
 depends=('device-mapper' 'e2fsprogs')
+makedepends=('pkgconfig')
 options=('!libtool')
 install=${pkgname}.install
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('b6cc55fd6e04b37b1745bc2e10d1a888')
+md5sums=('c415e5c97f86b5ff65a2d925e5a3feb7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr \
               --disable-debug \
-              --disable-rpath \
-              --disable-Werror
+              --disable-rpath
   make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list