summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc4442cd07a..1eb716823e39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dwl
pkgdesc = Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)
pkgver = 0.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/djpohly/dwl
arch = x86_64
license = GPL
makedepends = wayland-protocols
depends = wlroots>=0.13
optdepends = xorg-xwayland: for XWayland support
- source = https://github.com/djpohly/dwl/archive/v0.2.1.tar.gz
+ source = dwl-0.2.1.tar.gz::https://github.com/djpohly/dwl/archive/v0.2.1.tar.gz
source = config.h
sha256sums = 4c65ba86608adc0d37414ebfaf814957d3349518e44f3cc6f50f5f3bd827c150
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 75f4b0faa27b..858a43287008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Devin J. Pohly <djpohly+arch@gmail.com>
pkgname=dwl
pkgver=0.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)"
arch=('x86_64')
url="https://github.com/djpohly/dwl"
@@ -9,7 +9,7 @@ license=('GPL')
depends=('wlroots>=0.13')
makedepends=('wayland-protocols')
optdepends=('xorg-xwayland: for XWayland support')
-source=("https://github.com/djpohly/$pkgname/archive/v$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/djpohly/$pkgname/archive/v$pkgver.tar.gz"
config.h)
sha256sums=('4c65ba86608adc0d37414ebfaf814957d3349518e44f3cc6f50f5f3bd827c150'
'SKIP')