summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96a9a7529297..db3434907191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = wlsunset
pkgdesc = Day/night gamma adjustments for Wayland compositors
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
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 = 78ec889f74505aa2f9060eebdee05092bda5452104656c0d868b2f0a4998f53c
diff --git a/PKGBUILD b/PKGBUILD
index b5ef0ee5e4ca..e2679a0e340a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=wlsunset
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Day/night gamma adjustments for Wayland compositors'
arch=('x86_64')
url='https://sr.ht/~kennylevinsen/wlsunset'
license=('MIT')
depends=('wayland')
-makedepends=('meson')
+makedepends=('meson' 'wayland-protocols')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.1.0.tar.gz")
sha256sums=('78ec889f74505aa2f9060eebdee05092bda5452104656c0d868b2f0a4998f53c')