summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7631cd136cc..c7eb538a629c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = dwl
pkgdesc = Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)
- pkgver = 0.3
- pkgrel = 2
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://github.com/djpohly/dwl
arch = x86_64
license = GPL
makedepends = wayland-protocols
depends = wlroots>=0.15
optdepends = xorg-xwayland: for XWayland support
- source = dwl-0.3.tar.gz::https://github.com/djpohly/dwl/archive/v0.3.tar.gz
+ source = dwl-0.3.1.tar.gz::https://github.com/djpohly/dwl/archive/v0.3.1.tar.gz
source = config.h
- sha256sums = a3dd9b7107e9d324cc0dc4f48dd526fb687b10c9e63a42b33a827130d9113763
+ sha256sums = 5d550b0ee6d99d0b537269b8389af4b95d1ab0b63e7bb8c2309f6c57a2d6c9c9
sha256sums = SKIP
pkgname = dwl
diff --git a/PKGBUILD b/PKGBUILD
index fb5d25a4e8d0..e938692e48e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Devin J. Pohly <djpohly+arch@gmail.com>
pkgname=dwl
-pkgver=0.3
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc="Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)"
arch=('x86_64')
url="https://github.com/djpohly/dwl"
@@ -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=('a3dd9b7107e9d324cc0dc4f48dd526fb687b10c9e63a42b33a827130d9113763'
+sha256sums=('5d550b0ee6d99d0b537269b8389af4b95d1ab0b63e7bb8c2309f6c57a2d6c9c9'
'SKIP')
prepare() {