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

Douglas Soares de Andrade douglas at archlinux.org
Mon Oct 6 08:28:25 UTC 2008


    Date: Monday, October 6, 2008 @ 04:28:25
  Author: douglas
Revision: 14406

upgpkg: quilt 0.47-1

Modified:
  quilt/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-06 08:25:17 UTC (rev 14405)
+++ PKGBUILD	2008-10-06 08:28:25 UTC (rev 14406)
@@ -3,16 +3,17 @@
 # Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
 
 pkgname=quilt
-pkgver=0.46
-pkgrel=2
+pkgver=0.47
+pkgrel=1
 pkgdesc="Manage a series of patches by keeping track of the changes each patch makes."
 arch=('i686' 'x86_64')
 url="http://savannah.nongnu.org/projects/quilt"
 license=('GPL')
 depends=('perl' 'diffstat' 'gawk' 'patch' 'diffutils' 'mktemp' 'gettext')
 source=(http://savannah.nongnu.org/download/quilt/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4508546d1ed0257ef7c128b6121b7208')
 
+md5sums=('d33d2442bd34387260b1c1db3e623af0')
+
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man || return 1




More information about the arch-commits mailing list