diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/bluefish/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/bluefish/APKBUILD b/community/bluefish/APKBUILD index 6f09cab7a7..693dbba245 100644 --- a/community/bluefish/APKBUILD +++ b/community/bluefish/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=bluefish pkgver=2.2.10 -pkgrel=0 +pkgrel=1 pkgdesc="Bluefish is an editor targeted towards programmers and webdevelopers" url="http://bluefish.openoffice.nl/" arch="all" license="GPL" makedepends="libtool libxml2-dev python2-dev gtk+3.0-dev enchant-dev \ - gucharmap-dev" + gucharmap-dev intltool" subpackages="$pkgname-lang $pkgname-doc" source="http://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2" |