diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-20 22:32:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-20 22:32:32 +0100 |
commit | 95f1eb80f5b7ddcc2d4fce3f983315c83ac26423 (patch) | |
tree | 8b7aff318d5a7d810859ad572c8ed5f5eceab511 /dist/archlinux/stable/PKGBUILD | |
parent | update dist (diff) | |
download | blueshift-95f1eb80f5b7ddcc2d4fce3f983315c83ac26423.tar.gz blueshift-95f1eb80f5b7ddcc2d4fce3f983315c83ac26423.tar.bz2 blueshift-95f1eb80f5b7ddcc2d4fce3f983315c83ac26423.tar.xz |
fix pkgbuild to install info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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') |