diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-02 10:21:33 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-02 10:21:33 +0100 |
commit | 7331003f023f979ab7ad98bdca0eceed11af5957 (patch) | |
tree | cd10099276da7590c6cdb28528442a4f7a889cf4 /community/geany-plugins/PKGBUILD | |
parent | 312d1a232de2133d8af1628d46782e70d07766e9 (diff) | |
parent | 35bd2bb6857eb818ca53b8fe34d88106133342f4 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/calf/PKGBUILD
community/geany-plugins/PKGBUILD
community/noip/PKGBUILD
core/procps-ng/PKGBUILD
Diffstat (limited to 'community/geany-plugins/PKGBUILD')
-rw-r--r-- | community/geany-plugins/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD index 91c431ad1..7ba67dc0b 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" -arch=('i686' 'x86_64' 'mips64el') -url="http://plugins.geany.org/" +pkgrel=3 +pkgdesc='Combined plugins release for Geany' +arch=('x86_64' 'i686' 'mips64el') +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 |