[arch-commits] CVS update of extra/devel/monotone (PKGBUILD)
Eric Belanger
eric at archlinux.org
Tue Dec 18 07:07:32 UTC 2007
Date: Tuesday, December 18, 2007 @ 02:07:32
Author: eric
Path: /home/cvs-extra/extra/devel/monotone
Modified: PKGBUILD (1.6 -> 1.7)
upgpkg: monotone 0.38-1
put license in array
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Index: extra/devel/monotone/PKGBUILD
diff -u extra/devel/monotone/PKGBUILD:1.6 extra/devel/monotone/PKGBUILD:1.7
--- extra/devel/monotone/PKGBUILD:1.6 Mon Dec 17 17:56:59 2007
+++ extra/devel/monotone/PKGBUILD Tue Dec 18 02:07:31 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.6 2007/12/17 22:56:59 jeff Exp $
+# $Id: PKGBUILD,v 1.7 2007/12/18 07:07:31 eric Exp $
# Maintainer: Jeff 'codemac' Mickey <jeff at archlinux.org>
# Contributor: Dan McGee <dpmcgee at gmail.com>
@@ -7,12 +7,13 @@
pkgrel=1
pkgdesc="A modern distributed version control system, like hg, darcs, or git"
url="http://www.monotone.ca"
-license="GPL"
+license=("GPL")
arch=(i686 x86_64)
depends=('boost')
install=monotone.install
source=(http://www.monotone.ca/downloads/$pkgver/$pkgname-$pkgver.tar.gz \
limits.patch )
+md5sums=('c1a0d2619f451a664289b042c104860d' '7dbb57c7823a815dc4ac0718d565a1e9')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -28,7 +29,5 @@
install -m644 contrib/monotone.zsh_completion $startdir/pkg/usr/share/zsh/site-functions/monotone
}
-md5sums=('c1a0d2619f451a664289b042c104860d'
- '7dbb57c7823a815dc4ac0718d565a1e9')
sha1sums=('6c546ec6122f56dfc8253323e8dc45167d0918c4'
'6c6e7b6d1a1ea8a3603f649a6350404496a6f242')
More information about the arch-commits
mailing list