author | Alexander Rødseth
<xyproto@archlinux.org> 2016-01-31 19:58:38 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2016-01-31 19:58:38 UTC |
parent | 0e9c50504302557c814ce2cafd77e3e9c2292954 |
PKGBUILD | +3 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index e07abba..0305601 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,18 +1,18 @@ # Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Angel Velasquez <angvp@archlinux.org> +# Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.ro> # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany pkgver=1.26 -pkgrel=2 +pkgrel=3 pkgdesc='Fast and lightweight IDE' arch=('x86_64' 'i686') url='http://www.geany.org/' license=('GPL') depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('perl-xml-parser' 'setconf' 'intltool') +makedepends=('perl-xml-parser' 'intltool') optdepends=('geany-plugins: various extra features' 'vte: terminal support' 'python2') @@ -35,9 +35,6 @@ build() { ./configure --prefix=/usr make - - # Fix for FS#10318 - setconf geany.desktop MimeType '' } package() {