diff options
Diffstat (limited to 'extra/lightsoff/PKGBUILD')
-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 3e8780c64..114ddfc89 100644 --- a/extra/lightsoff/PKGBUILD +++ b/extra/lightsoff/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=lightsoff -pkgver=3.8.0 +pkgver=3.10.0 pkgrel=1 pkgdesc="Turn off all the lights" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ options=('!emptydirs' '!libtool') install=lightsoff.install url="https://live.gnome.org/Lightsoff" groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('767f7876c6f360b0e3c18243c7e2201ea0a31523df890853a572d0325d91c24b') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('920a38ebe320d3882c6a98d073388e64ba9c8bea4414c05fc16a81771b0a64a4') build() { cd $pkgname-$pkgver |