diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,16 +1,16 @@ # Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d> pkgname=wlsunset -pkgver=0.1.0 -pkgrel=3 +pkgver=0.2.0 +pkgrel=1 pkgdesc='Day/night gamma adjustments for Wayland compositors' arch=('x86_64') url='https://sr.ht/~kennylevinsen/wlsunset' license=('MIT') depends=('wayland') makedepends=('meson' 'wayland-protocols') -source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.1.0.tar.gz") -sha256sums=('d9a20744be6a5ef7fceb4e97e831a5c8cec77a95fb8248744ec1e674da3bbe71') +source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/wlsunset/archive/${pkgver}.tar.gz") +sha256sums=('88bce695722a09d79545f14d404cc0659f7176bb08d5db5f4f23228b6ba8bb03') build() { cd "$pkgname-$pkgver" |