diff options
Diffstat (limited to 'kde-unstable/kdeutils-printer-applet/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeutils-printer-applet/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeutils-printer-applet/PKGBUILD b/kde-unstable/kdeutils-printer-applet/PKGBUILD index 43f4f2a39..48d1a009c 100644 --- a/kde-unstable/kdeutils-printer-applet/PKGBUILD +++ b/kde-unstable/kdeutils-printer-applet/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 143444 2011-11-24 16:17:04Z andrea $ +# $Id: PKGBUILD 144839 2011-12-08 11:12:59Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-printer-applet -pkgver=4.7.80 +pkgver=4.7.90 pkgrel=1 pkgdesc='System tray icon for managing print jobs' url='http://kde.org/applications/system/printerapplet/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'kdebindings-python' 'system-config-printer-common') makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') source=("http://download.kde.org/unstable/${pkgver}/src/printer-applet-${pkgver}.tar.bz2") -sha1sums=('d1fc4913baf8ca7a938347f7ce4efcb5b1e2ab85') +sha1sums=('b30e5089389c0147e7256080323f7f6777ef422e') build() { cd "${srcdir}" |