summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a611039512af..5cc706bbe5cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = dwl
pkgdesc = Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/djpohly/dwl
arch = x86_64
license = GPL
+ makedepends = wayland-protocols
depends = wlroots
source = https://github.com/djpohly/dwl/archive/v0.2.tar.gz
source = config.h
diff --git a/PKGBUILD b/PKGBUILD
index 4f8832a5a34b..08653796d2f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Devin J. Pohly <djpohly+arch@gmail.com>
pkgname=dwl
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)"
arch=('x86_64')
url="https://github.com/djpohly/dwl"
license=('GPL')
depends=('wlroots')
+makedepends=('wayland-protocols')
source=("https://github.com/djpohly/$pkgname/archive/v$pkgver.tar.gz"
config.h)
sha256sums=('ee03a2cac6c4477702c8014e5ae5455c0acf4f47b87441c06e5da545ec234fa1'