summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin J. Pohly2023-01-11 14:17:43 -0600
committerDevin J. Pohly2023-01-11 14:17:43 -0600
commita17555bb06523edaa4ef827c0f2fc8e98d069f98 (patch)
tree39ebd732cb69f167cbfbd616e52ff38057f40a6f
parent0c7f3ad596a8be04a132948f9351f1cd7eb91daa (diff)
downloadaur-a17555bb06523edaa4ef827c0f2fc8e98d069f98.tar.gz
dwl 0.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7eb538a629c..7cf512370bf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = dwl
pkgdesc = Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)
- pkgver = 0.3.1
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/djpohly/dwl
arch = x86_64
license = GPL
makedepends = wayland-protocols
- depends = wlroots>=0.15
+ depends = wlroots>=0.16
optdepends = xorg-xwayland: for XWayland support
- source = dwl-0.3.1.tar.gz::https://github.com/djpohly/dwl/archive/v0.3.1.tar.gz
+ source = dwl-0.4.tar.gz::https://github.com/djpohly/dwl/archive/v0.4.tar.gz
source = config.h
- sha256sums = 5d550b0ee6d99d0b537269b8389af4b95d1ab0b63e7bb8c2309f6c57a2d6c9c9
- sha256sums = SKIP
+ sha256sums = f03a260b169019ebdbfd6db1b19a3dc7861ba33609644581c530be019f22274c
+ sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
pkgname = dwl
diff --git a/PKGBUILD b/PKGBUILD
index e938692e48e9..5d5a86837326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Devin J. Pohly <djpohly+arch@gmail.com>
pkgname=dwl
-pkgver=0.3.1
+pkgver=0.4
pkgrel=1
pkgdesc="Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)"
arch=('x86_64')
url="https://github.com/djpohly/dwl"
license=('GPL')
-depends=('wlroots>=0.15')
+depends=('wlroots>=0.16')
makedepends=('wayland-protocols')
optdepends=('xorg-xwayland: for XWayland support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/djpohly/$pkgname/archive/v$pkgver.tar.gz"
config.h)
-sha256sums=('5d550b0ee6d99d0b537269b8389af4b95d1ab0b63e7bb8c2309f6c57a2d6c9c9'
- 'SKIP')
+sha256sums=('f03a260b169019ebdbfd6db1b19a3dc7861ba33609644581c530be019f22274c'
+ 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
prepare() {
cd "$srcdir/$pkgname-$pkgver"