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

Giovanni Scafora giovanni at archlinux.org
Tue Jul 21 19:54:10 UTC 2009


    Date: Tuesday, July 21, 2009 @ 15:54:10
  Author: giovanni
Revision: 46921

upgpkg: mtools 4.0.10-4
    Fixed FS15625

Modified:
  mtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-21 19:48:49 UTC (rev 46920)
+++ PKGBUILD	2009-07-21 19:54:10 UTC (rev 46921)
@@ -4,15 +4,16 @@
 
 pkgname=mtools
 pkgver=4.0.10
-pkgrel=3
+pkgrel=4
 pkgdesc="A collection of utilities to access MS-DOS disks"
-url="http://mtools.linux.lu/"
-source=(http://ftp.gnu.org/gnu/mtools/$pkgname-$pkgver.tar.bz2)
+url="http://www.gnu.org/software/mtools/"
+source=(http://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2)
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libsm')
-makedepends=('texinfo')
-optdepends=('libx11: required by floppyd')
+depends=('sh')
+makedepends=('texinfo' 'libx11' 'libsm')
+optdepends=('libx11: required by floppyd'
+	    'libsm:  required by floppyd')
 backup=(etc/mtools.conf)
 md5sums=('750c2beba968a5d46dbaae24551a82b9')
 




More information about the arch-commits mailing list