diff options
Diffstat (limited to 'gnome-unstable/zenity/PKGBUILD')
-rw-r--r-- | gnome-unstable/zenity/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnome-unstable/zenity/PKGBUILD b/gnome-unstable/zenity/PKGBUILD index 65951d226..25969c047 100644 --- a/gnome-unstable/zenity/PKGBUILD +++ b/gnome-unstable/zenity/PKGBUILD @@ -1,15 +1,14 @@ -# $Id: PKGBUILD 117982 2011-04-05 06:34:01Z heftig $ +# $Id: PKGBUILD 118440 2011-04-06 21:18:58Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=zenity pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Display graphical dialog boxes from shell scripts" arch=(i686 x86_64) license=('LGPL') depends=('gtk3' 'libnotify') makedepends=('intltool' 'gtk-doc') -groups=('gnome-extra') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) sha256sums=('b1965b6704e80665c551261b9895a06322aba3f9776f8e5dd8141c7e8aca5131') |