summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin J. Pohly2021-02-16 13:30:21 -0600
committerDevin J. Pohly2021-02-16 13:30:21 -0600
commit277ed5dc8e502c1437cf5c653ba6b33e563fcac7 (patch)
treea858cdaeb5217122bcda84d4e0ede51fa3419adb /PKGBUILD
parent133fde729089f31ed2265ac8f18cd747fea38e22 (diff)
downloadaur-277ed5dc8e502c1437cf5c653ba6b33e563fcac7.tar.gz
update to v0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b5c0b202a7d..170eabb953ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Devin J. Pohly <djpohly+arch@gmail.com>
pkgname=dwl
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/djpohly/dwl"
license=('GPL')
depends=('wlroots')
source=("https://github.com/djpohly/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('SKIP')
+sha256sums=('ee03a2cac6c4477702c8014e5ae5455c0acf4f47b87441c06e5da545ec234fa1')
build() {
cd "$srcdir/$pkgname-$pkgver"