diff options
Diffstat (limited to 'community/system-tools-backends/PKGBUILD')
-rw-r--r-- | community/system-tools-backends/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/system-tools-backends/PKGBUILD b/community/system-tools-backends/PKGBUILD index dc9b3e7f8..357916ff3 100644 --- a/community/system-tools-backends/PKGBUILD +++ b/community/system-tools-backends/PKGBUILD @@ -2,17 +2,17 @@ # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=system-tools-backends -pkgver=2.10.1 +pkgver=2.10.2 pkgrel=1 pkgdesc='Backends for Gnome System Tools.' arch=('i686' 'x86_64') url='http://system-tools-backends.freedesktop.org/' license=('GPL') -depends=('perl>=5.12.1' 'perl-net-dbus' 'dbus>=1.4.0' 'polkit>=0.98' 'dbus-glib') +depends=('perl' 'perl-net-dbus' 'dbus' 'polkit' 'dbus-glib') makedepends=('perlxml' 'pkgconfig' 'intltool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2) install=system-tools-backends.install -sha256sums=('0c1cfdf5f0550c0ccacbbc4f00ed059ab9ea483d48138132db44b3a20575d7b4') +sha256sums=('1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670') build() { cd ${pkgname}-${pkgver} |