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

Eric Belanger eric at archlinux.org
Fri Jul 11 01:22:27 UTC 2008


    Date: Thursday, July 10, 2008 @ 21:22:27
  Author: eric
Revision: 4858

upgpkg: minicom 2.3-1
    fixed md5sums and location of build directory

Modified:
  minicom/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-11 01:18:51 UTC (rev 4857)
+++ PKGBUILD	2008-07-11 01:22:27 UTC (rev 4858)
@@ -11,11 +11,12 @@
 license=('GPL')
 depends=('bash')
 source=(http://alioth.debian.org/frs/download.php/2332/$pkgname-$pkgver.tar.gz)
+md5sums=('0ebe7a91898384ca906787cc4e2c3f25')
 	#http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/net-dialup/minicom/files/minicom-2.1-gcc4.patch)
 url="http://alioth.debian.org/projects/minicom/"
 
 build() {
-    cd $startdir/src/$pkgname-2.2
+    cd $startdir/src/$pkgname-$pkgver
     
     # arch64 fix / doesn't apply to 2.2, please check!
     #[ "$CARCH" = "x86_64" ] && patch -Np1 -i ../minicom-2.1-gcc4.patch || return 1
@@ -24,4 +25,3 @@
     make || return 1
     make DESTDIR=$startdir/pkg install
 }
-md5sums=('13933c8777839f00e3730df23599dc93')





More information about the arch-commits mailing list