summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85f0824706a5..222a6caabb6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = wlsunset
pkgdesc = Day/night gamma adjustments for Wayland compositors
- pkgver = 0.1.0
- pkgrel = 3
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://sr.ht/~kennylevinsen/wlsunset
arch = x86_64
license = MIT
makedepends = meson
makedepends = wayland-protocols
depends = wayland
- source = wlsunset-0.1.0.tar.gz::https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.1.0.tar.gz
- sha256sums = d9a20744be6a5ef7fceb4e97e831a5c8cec77a95fb8248744ec1e674da3bbe71
+ source = wlsunset-0.2.0.tar.gz::https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.2.0.tar.gz
+ sha256sums = 88bce695722a09d79545f14d404cc0659f7176bb08d5db5f4f23228b6ba8bb03
pkgname = wlsunset
diff --git a/PKGBUILD b/PKGBUILD
index 7a7673357d93..f6bff3cf897c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"