summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cb40ee7bf11..0cd3e9e5948a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dwl
pkgdesc = Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/djpohly/dwl
arch = x86_64
license = GPL
depends = wlroots
- source = https://github.com/djpohly/dwl/archive/v0.1.tar.gz
- md5sums = SKIP
+ source = https://github.com/djpohly/dwl/archive/v0.2.tar.gz
+ sha256sums = ee03a2cac6c4477702c8014e5ae5455c0acf4f47b87441c06e5da545ec234fa1
pkgname = dwl
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"