diff options
author | root <root@rshg054.dnsready.net> | 2012-11-02 01:15:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-02 01:15:19 -0700 |
commit | 35bd2bb6857eb818ca53b8fe34d88106133342f4 (patch) | |
tree | 61a0a9d6d37f293a174fac6197e7fbd3e12aed1a /community/geany-plugins/PKGBUILD | |
parent | 83a318800db22408628e60c9e1730578efcfee37 (diff) |
Fri Nov 2 01:12:32 PDT 2012
Diffstat (limited to 'community/geany-plugins/PKGBUILD')
-rw-r--r-- | community/geany-plugins/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD index e68cb6518..c97fc866f 100644 --- a/community/geany-plugins/PKGBUILD +++ b/community/geany-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 79206 2012-10-31 22:05:41Z arodseth $ +# $Id: PKGBUILD 79259 2012-11-01 23:43:48Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: djgera @@ -6,13 +6,13 @@ pkgname=geany-plugins pkgver=1.22 -pkgrel=2 -pkgdesc="Combined plugins release for Geany" +pkgrel=3 +pkgdesc='Combined plugins release for Geany' arch=('x86_64' 'i686') -url="http://plugins.geany.org/" +url='http://plugins.geany.org/' license=('GPL') -depends=('geany=1.22' 'lua' 'gtkspell' 'libwebkit' 'hicolor-icon-theme' 'ctpl' 'gpgme') -makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'vte') +depends=('geany=1.22' 'lua' 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils' 'gtk-update-icon-cache') +makedepends=('intltool' 'vala' 'gdb' 'cppcheck') optdepends=('hspell: hebrew spell checker') options=('!libtool') install=geany-plugins.install |