diff options
Diffstat (limited to 'extra/vte3/PKGBUILD')
-rw-r--r-- | extra/vte3/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/vte3/PKGBUILD b/extra/vte3/PKGBUILD index 835bc9467..f2cf427a4 100644 --- a/extra/vte3/PKGBUILD +++ b/extra/vte3/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 188151 2013-06-10 16:21:56Z heftig $ +# $Id: PKGBUILD 189823 2013-07-08 16:52:35Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgbase=vte3 pkgname=(vte3 vte-common) -pkgver=0.34.6 +pkgver=0.34.7 pkgrel=1 pkgdesc="Virtual Terminal Emulator widget for use with GTK3" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ options=('!libtool' '!emptydirs') makedepends=('intltool' 'gobject-introspection' 'gtk3') url="http://www.gnome.org" source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz) -sha256sums=('e1dcc30ec8df24ec5f7f100ca231ab96da0e560b0bfddec3617c962943d8f3f3') +sha256sums=('187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932') build() { cd "vte-$pkgver" |