[arch-commits] Commit in bluefish/trunk (PKGBUILD)
Daniel Griffiths
dgriffiths at archlinux.org
Sat Jul 17 06:45:21 UTC 2010
Date: Saturday, July 17, 2010 @ 02:45:21
Author: dgriffiths
Revision: 85652
Modified:
bluefish/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-07-17 05:01:38 UTC (rev 85651)
+++ PKGBUILD 2010-07-17 06:45:21 UTC (rev 85652)
@@ -4,20 +4,19 @@
# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=bluefish
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="A powerful HTML editor for experienced web designers and programmers"
arch=('i686' 'x86_64')
url="http://bluefish.openoffice.nl/"
license=('GPL')
depends=('pcre' 'gtk2' 'enchant' 'desktop-file-utils' 'shared-mime-info')
-makedepends=('perlxml' 'gucharmap')
+makedepends=('perlxml' 'gucharmap' 'intltool')
optdepends=('gucharmap: for using the charmap plugin')
options=('!libtool')
install=bluefish.install
-source=(http://downloads.sourceforge.net/project/bluefish/bluefish/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ac9b1e8ef6d5691718a0daa6c78d5618')
-sha1sums=('b92d79291f262d1bb01337f055ad16093cf4905b')
+source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2)
+md5sums=('9b672411369bd580421f832214bf65b3')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
More information about the arch-commits
mailing list