diff options
Diffstat (limited to 'community/glabels/PKGBUILD')
-rw-r--r-- | community/glabels/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/glabels/PKGBUILD b/community/glabels/PKGBUILD index 5276b2464..68b379cd0 100644 --- a/community/glabels/PKGBUILD +++ b/community/glabels/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 79126 2012-10-30 23:07:20Z heftig $ +# $Id: PKGBUILD 98190 2013-10-07 12:08:24Z jgc $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> # Contributor: yugrotavele <yugrotavele at archlinux dot us> # Contributor: Damir Perisa <damir@archlinux.org> pkgname=glabels pkgver=3.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Creating labels and business cards the very easy way" arch=('i686' 'x86_64') url="http://glabels.org/" license=('GPL' 'LGPL') -depends=('librsvg' 'evolution-data-server>=3.6.0' 'qrencode' 'iec16022' 'dconf' 'desktop-file-utils' 'xdg-utils') +depends=('librsvg' 'evolution-data-server' 'qrencode' 'iec16022' 'dconf' 'desktop-file-utils' 'xdg-utils') makedepends=('barcode' 'intltool' 'gnome-doc-utils') options=('!libtool') install=$pkgname.install |