diff options
author | info@mobile-stream.com <info@mobile-stream.com> | 2018-11-22 15:03:04 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-26 14:01:29 +0000 |
commit | 24d42df93ce078756e50b902f7425f92b40fe808 (patch) | |
tree | d5cc953160cf1f2a35a468d2d636fdb7fd17c1b8 /community/bluefish/APKBUILD | |
parent | 44afc3ce96aae18996bee8f920c1d477f4ef23f5 (diff) | |
download | aports-24d42df93ce078756e50b902f7425f92b40fe808.tar.bz2 aports-24d42df93ce078756e50b902f7425f92b40fe808.tar.xz |
community/bluefish: fix makedepends (intltool)
Diffstat (limited to 'community/bluefish/APKBUILD')
-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" |