diff options
Diffstat (limited to '')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index d6653db..744f5a4 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -2,13 +2,14 @@ pkgname=blueshift pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="An extensible and highly configurable alternative to redshift" arch=(i686 x86_64) url="https://github.com/maandree/blueshift" license=('AGPL3') depends=(python3 libxcb argparser) makedepends=(cython gcc python3 libxcb make coreutils sed zip) +install=blueshift.install source=($url/archive/$pkgver.tar.gz) sha256sums=('3bd0dba02dea122d6982653054a87daea1ea3cfef6b08ccf3444e64d09a5fcbc') |