diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-21 10:11:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-21 10:11:47 +0100 |
commit | 97811b75a5e6764bdaf00805c954306dfae54ee2 (patch) | |
tree | ca82600aad0c1b7dda20eb595ad5c36d5fcf56d4 /dist | |
parent | update makefile (diff) | |
download | blueshift-97811b75a5e6764bdaf00805c954306dfae54ee2.tar.gz blueshift-97811b75a5e6764bdaf00805c954306dfae54ee2.tar.bz2 blueshift-97811b75a5e6764bdaf00805c954306dfae54ee2.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index aca6df4..8b85cfe 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=blueshift -pkgver=1.2 +pkgver=1.3 pkgrel=1 pkgdesc="An extensible and highly configurable alternative to redshift" arch=(i686 x86_64) @@ -11,7 +11,7 @@ depends=(python3 libxcb argparser) makedepends=(cython gcc python3 libxcb make coreutils sed zip texinfo auto-auto-complete) install=blueshift.install source=($url/archive/$pkgver.tar.gz) -sha256sums=('ae15db975db8e81d29722dbef44962ef85c62998ff2dc88a07130035704d09b6') +sha256sums=('5df88323fc0df2a103fc2f8d34dce0082989e0f12da3283493132eeb7d0755f2') build() { |