diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-28 03:53:49 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-28 03:53:49 +0000 |
commit | 84fbb975eaab5e85082b96147a85031f1912646e (patch) | |
tree | 949477c713b1abae66611dace0e2b4d6a4f62f19 /extra/gnome-terminal | |
parent | 4534f7b3a3b58171148c3c50d6d067b3ae069b9e (diff) |
Mon Apr 28 03:48:05 UTC 2014
Diffstat (limited to 'extra/gnome-terminal')
-rw-r--r-- | extra/gnome-terminal/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gnome-terminal/PKGBUILD b/extra/gnome-terminal/PKGBUILD index ffa388d7c..46b164773 100644 --- a/extra/gnome-terminal/PKGBUILD +++ b/extra/gnome-terminal/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 210486 2014-04-14 20:06:51Z jgc $ +# $Id: PKGBUILD 211830 2014-04-27 16:59:53Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gnome-terminal -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="The GNOME Terminal Emulator" arch=(i686 x86_64) license=(GPL) depends=(vte3 gsettings-desktop-schemas dconf) makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils gconf - libnautilus-extension appdata-tools) + libnautilus-extension appdata-tools gnome-shell) optdepends=('gconf: settings migration when upgrading from older version') options=('!emptydirs') url="http://www.gnome.org" groups=('gnome') install=gnome-terminal.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('ce690ed798a3e940f2f3a173a7946181e48d899214048d3282c671535c87cea7') +sha256sums=('7b68714c63ea6bb6eeeeed574b61f1328a7f7dc34a294d0911e9129d888d56c6') build() { cd $pkgname-$pkgver |