From 71157a0440fd03471af8e591a92802824962b05b Mon Sep 17 00:00:00 2001 From: Jan Alexander Steffens <heftig@archlinux.org> Date: Tue, 30 Jun 2015 11:37:55 +0000 Subject: [PATCH] 3.16.3 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ab48efc..da39ea5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=zenity -pkgver=3.16.2 +pkgver=3.16.3 pkgrel=1 pkgdesc="Display graphical dialog boxes from shell scripts" arch=(i686 x86_64) @@ -10,7 +10,7 @@ depends=(gtk3 libnotify) makedepends=(itstool yelp-tools gettext) url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('4d38d969a976e5ad79209fbea6dce9222f4478098199a2c52c3e46b1393ea844') +sha256sums=('7fe28016fbc5b1fc6d8f730d8eabd5ae2d8b7d67c8bfa0270811ff0c2bfb1eba') build() { cd $pkgname-$pkgver -- GitLab