summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lublin2022-10-05 08:27:35 +0200
committerDaniel Lublin2022-10-05 08:27:35 +0200
commitd0ac869d5fbfea6b65a57199627a4d8f591302a0 (patch)
treed73e9ec252015e8544468bf8eb7d691273a2ec79
parent3373c10cda73b1e5172823d9e9a7154854164aa6 (diff)
downloadaur-d0ac869d5fbfea6b65a57199627a4d8f591302a0.tar.gz
Fix lint (unique source name)
-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() {