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 dec8ac6988d4..1c0527723858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = i3gopher
pkgdesc = i3 / sway wm helper rodent - focus the last focused window (per workspace)
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/quite/i3gopher
arch = x86_64
license = BSD
makedepends = go-pie
- source = https://github.com/quite/i3gopher/archive/refs/tags/v1.2.0.tar.gz
+ source = i3gopher-1.2.0.tar.gz::https://github.com/quite/i3gopher/archive/refs/tags/v1.2.0.tar.gz
sha256sums = bb50763366ef1d46b6832a1b536fee808cdbceff5c98d50024aa0cefc6c3102a
pkgname = i3gopher
diff --git a/PKGBUILD b/PKGBUILD
index 8f78c2886d06..68ab6105e9bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=i3gopher
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='i3 / sway wm helper rodent - focus the last focused window (per workspace)'
arch=('x86_64')
url="https://github.com/quite/i3gopher"
license=('BSD')
makedepends=('go-pie')
-source=("$url/archive/refs/tags/v1.2.0.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v1.2.0.tar.gz")
sha256sums=('bb50763366ef1d46b6832a1b536fee808cdbceff5c98d50024aa0cefc6c3102a')
build() {