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

Giovanni Scafora giovanni at archlinux.org
Mon Feb 1 16:01:23 UTC 2010


    Date: Monday, February 1, 2010 @ 11:01:23
  Author: giovanni
Revision: 66802

upgpkg: parted 2.1-1
    upstream release

Modified:
  parted/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-01 15:43:19 UTC (rev 66801)
+++ PKGBUILD	2010-02-01 16:01:23 UTC (rev 66802)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=parted
-pkgver=1.9.0
-pkgrel=3
+pkgver=2.1
+pkgrel=1
 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -12,15 +12,11 @@
 depends=('device-mapper' 'e2fsprogs')
 options=('!libtool')
 install=parted.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
-        parted-1.9.0.patch)
-md5sums=('055305bc7bcf472ce38f9abf69a9d94d'
-         '0a1622cdca6e161ae2a40083b2d046bd')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c0fd26f12fefb013d77cc5160722ec03')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  # See http://gparted.sourceforge.net/news.php
-  patch -Np1 -i ${srcdir}/parted-1.9.0.patch || return 1
 
   ./configure --prefix=/usr \
               --disable-debug \




More information about the arch-commits mailing list