Date: Sunday, January 31, 2016 @ 23:41:28 Author: heftig Revision: 258723
0.30.1 Modified: vala/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-31 22:40:06 UTC (rev 258722) +++ PKGBUILD 2016-01-31 22:41:28 UTC (rev 258723) @@ -3,7 +3,7 @@ # Contributor: Timm Preetz <[email protected]> pkgname=vala -pkgver=0.30.0 +pkgver=0.30.1 pkgrel=1 pkgdesc="Compiler for the GObject type system" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('libxslt') checkdepends=('dbus' 'libx11' 'gobject-introspection') source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('61f0337b000f7ed6ef8c1fea87e0047d9bd7c0f91dd9c5b4eb70fd3fb883dedf') +sha256sums=('23add78e5c6a5e6df019d4a885c9c79814c9e0b957519ec8a4f4d826c4e5df2c') build() { cd $pkgname-$pkgver
