summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin J. Pohly2021-04-08 08:52:48 -0500
committerDevin J. Pohly2021-04-08 08:52:48 -0500
commit59c8657051f427a4e5e91d0f99f77cd75129b3f3 (patch)
tree77a1695f666899c4d5fe01482c6c70febf2ab636
parent51c7ed406f51f3462010c4a81d21d2d7fab9a2ff (diff)
downloadaur-59c8657051f427a4e5e91d0f99f77cd75129b3f3.tar.gz
update to 0.2.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cc706bbe5cd..793c250b8f9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = dwl
pkgdesc = Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)
- pkgver = 0.2
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
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
+ depends = wlroots>=0.13
+ source = https://github.com/djpohly/dwl/archive/v0.2.1.tar.gz
source = config.h
- sha256sums = ee03a2cac6c4477702c8014e5ae5455c0acf4f47b87441c06e5da545ec234fa1
- sha256sums = SKIP
+ sha256sums = 4c65ba86608adc0d37414ebfaf814957d3349518e44f3cc6f50f5f3bd827c150
+ sha256sums = 0bf53ab668252bf63b25e1b3ea76ace85c0dd3cd49e16168e85a3b49f4a3c708
pkgname = dwl
diff --git a/PKGBUILD b/PKGBUILD
index 08653796d2f7..88940bebff05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Devin J. Pohly <djpohly+arch@gmail.com>
pkgname=dwl
-pkgver=0.2
-pkgrel=2
+pkgver=0.2.1
+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')
+depends=('wlroots>=0.13')
makedepends=('wayland-protocols')
source=("https://github.com/djpohly/$pkgname/archive/v$pkgver.tar.gz"
config.h)
-sha256sums=('ee03a2cac6c4477702c8014e5ae5455c0acf4f47b87441c06e5da545ec234fa1'
- 'SKIP')
+sha256sums=('4c65ba86608adc0d37414ebfaf814957d3349518e44f3cc6f50f5f3bd827c150'
+ '0bf53ab668252bf63b25e1b3ea76ace85c0dd3cd49e16168e85a3b49f4a3c708')
prepare() {
cd "$srcdir/$pkgname-$pkgver"