[arch-commits] CVS update of extra/lib/facile (PKGBUILD)
Eric Belanger
eric at archlinux.org
Thu May 31 06:08:32 UTC 2007
Date: Thursday, May 31, 2007 @ 02:08:32
Author: eric
Path: /home/cvs-extra/extra/lib/facile
Modified: PKGBUILD (1.7 -> 1.8)
upgpkg: facile 1.1-7
Added license field.
Added md5sums.
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Index: extra/lib/facile/PKGBUILD
diff -u extra/lib/facile/PKGBUILD:1.7 extra/lib/facile/PKGBUILD:1.8
--- extra/lib/facile/PKGBUILD:1.7 Wed May 30 16:42:32 2007
+++ extra/lib/facile/PKGBUILD Thu May 31 02:08:32 2007
@@ -1,15 +1,17 @@
-# $Id: PKGBUILD,v 1.7 2007/05/30 20:42:32 tpowa Exp $
+# $Id: PKGBUILD,v 1.8 2007/05/31 06:08:32 eric Exp $
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=facile
pkgver=1.1
-pkgrel=6
+pkgrel=7
pkgdesc="A Functional Constraint Library"
arch=(i686 x86_64)
url="http://www.recherche.enac.fr/opti/facile/"
-source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz)
+license="LGPL"
makedepens=('ocaml')
depends=()
+source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz)
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e')
build() {
cd $startdir/src/$pkgname-$pkgver
More information about the arch-commits
mailing list