diff options
Diffstat (limited to 'testing/vte3/PKGBUILD')
-rw-r--r-- | testing/vte3/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/vte3/PKGBUILD b/testing/vte3/PKGBUILD index 72db3aa5b..01dbce661 100644 --- a/testing/vte3/PKGBUILD +++ b/testing/vte3/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 139077 2011-09-28 19:33:35Z ibiru $ +# $Id: PKGBUILD 140602 2011-10-17 12:30:38Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgbase=vte3 pkgname=(vte3 vte-common) -pkgver=0.30.0 +pkgver=0.30.1 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://ftp.gnome.org/pub/GNOME/sources/vte/0.30/vte-${pkgver}.tar.xz) -sha256sums=('4b4e13b46e026f1ba088a5bdf9786a339fedb88438f0e094bc7afe5e376be410') +sha256sums=('bbe421de3015935c22f685eea0eb8be2c1fecd5021c1f822996b8f0a282f6b64') build() { cd "${srcdir}/vte-${pkgver}" |