summaryrefslogtreecommitdiff
path: root/extra/gedit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gedit/PKGBUILD')
-rw-r--r--extra/gedit/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gedit/PKGBUILD b/extra/gedit/PKGBUILD
index 7bb65508e..a7934cd27 100644
--- a/extra/gedit/PKGBUILD
+++ b/extra/gedit/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 130037 2011-07-01 13:04:18Z ibiru $
+# $Id: PKGBUILD 139273 2011-10-01 18:57:12Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gedit
-pkgver=3.0.6
+pkgver=3.2.0
pkgrel=1
pkgdesc="A text editor for GNOME"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
-depends=('gtksourceview3' 'gsettings-desktop-schemas' 'libpeas' 'enchant' 'iso-codes' 'libsm' 'desktop-file-utils' 'pygobject' 'dconf')
+depends=('gtksourceview3' 'gsettings-desktop-schemas' 'libpeas' 'enchant' 'iso-codes' 'libsm' 'desktop-file-utils' 'python2-gobject' 'dconf')
makedepends=('gnome-doc-utils' 'intltool')
groups=('gnome-extra')
options=('!libtool' '!emptydirs')
url="http://www.gnome.org"
install=gedit.install
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ac5957fe52991f58570d25828130f60a8e4e3f0cb00abe358f25e7d2b9fed252')
+sha256sums=('a3f62b20816a3f902bb811cc14ae01111e27ce266e49d39f5854fd45b2895348')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"