diff options
Diffstat (limited to 'extra/lightsoff')
-rw-r--r-- | extra/lightsoff/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/lightsoff/PKGBUILD b/extra/lightsoff/PKGBUILD index 0a1724a31..0ba9a9e9e 100644 --- a/extra/lightsoff/PKGBUILD +++ b/extra/lightsoff/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 198309 2013-10-30 14:04:58Z allan $ +# $Id: PKGBUILD 210517 2014-04-14 20:07:17Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=lightsoff -pkgver=3.10.1 +pkgver=3.12.0 pkgrel=1 pkgdesc="Turn off all the lights" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ install=lightsoff.install url="https://live.gnome.org/Lightsoff" groups=('gnome-extra') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('4db69a39a4cceb28e1c8331d65242643d1c7a9fe4c31c42f58f0421a9f205996') +sha256sums=('52494d8f5629cabd71e61ed6c019b58eadf2b149911e5398e3abd394cb540e1c') build() { cd $pkgname-$pkgver |