summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin J. Pohly2022-03-20 21:21:32 -0500
committerDevin J. Pohly2022-03-20 21:21:32 -0500
commit141066558a0a82b5edcc49e53834fb2dbe4802f1 (patch)
treee7a850f6ff7ef778b218fb86ad3cd9763498ede3
parented2c7d3315b22dab836977ab1de8fbce8721b181 (diff)
downloadaur-141066558a0a82b5edcc49e53834fb2dbe4802f1.tar.gz
v0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0948129099f..30745d1d7625 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dwl
pkgdesc = Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)
- pkgver = 0.2.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/djpohly/dwl
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = dwl
makedepends = wayland-protocols
depends = wlroots>=0.15
optdepends = xorg-xwayland: for XWayland support
- source = dwl-0.2.2.tar.gz::https://github.com/djpohly/dwl/archive/v0.2.2.tar.gz
+ source = dwl-0.3.tar.gz::https://github.com/djpohly/dwl/archive/v0.3.tar.gz
source = config.h
- sha256sums = c629fa7f38050db9850dc0cdf487191c725e6fc68f0c497f6297b48e873c9e5e
+ sha256sums = a3dd9b7107e9d324cc0dc4f48dd526fb687b10c9e63a42b33a827130d9113763
sha256sums = SKIP
pkgname = dwl
diff --git a/PKGBUILD b/PKGBUILD
index 4e51c7d09008..a15337610d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Devin J. Pohly <djpohly+arch@gmail.com>
pkgname=dwl
-pkgver=0.2.2
+pkgver=0.3
pkgrel=1
pkgdesc="Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)"
arch=('x86_64')
@@ -11,7 +11,7 @@ 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=('c629fa7f38050db9850dc0cdf487191c725e6fc68f0c497f6297b48e873c9e5e'
+sha256sums=('a3dd9b7107e9d324cc0dc4f48dd526fb687b10c9e63a42b33a827130d9113763'
'SKIP')
prepare() {