summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-04-23 11:00:44 +0200
committerRasmus Lindroth2022-04-23 11:00:44 +0200
commite5f845c77ad852402d1f217a05417a5579badac1 (patch)
tree6cfdbf143f83c7d92640926eea7fd0a4fbc445e9
parent1dc530ff9dfd28072f5aabc98edb17b1c82889ed (diff)
downloadaur-e5f845c77ad852402d1f217a05417a5579badac1.tar.gz
fix tar error
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c1f57bcc436..58626379d57d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut-mastodon
pkgdesc = A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.
pkgver = 0.0.43
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.43.tar.gz
- sha256sums = 7075f21ff5f0a367fecbc3a55bc3397eb28772b8730b495ba786c16d87df61b8
+ source = https://github.com/RasmusLindroth/tut/archive/refs/tags/0.0.43.tar.gz
+ sha256sums = e1d3b727ca1a03ee5ba99d7f5e9f4e155e1f39cdaf237c2426f839b53d8df7b6
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index fa1fce487297..24444d7ef635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=tut
pkgname=tut-mastodon
pkgver=0.0.43
-pkgrel=1
+pkgrel=2
pkgdesc='A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.'
arch=('any')
url="https://github.com/RasmusLindroth/$_pkgname"
license=('MIT')
makedepends=('go')
-source=("https://github.com/RasmusLindroth/$_pkgname/archive/$pkgver.tar.gz")
-sha256sums=('7075f21ff5f0a367fecbc3a55bc3397eb28772b8730b495ba786c16d87df61b8')
+source=("https://github.com/RasmusLindroth/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
+sha256sums=('e1d3b727ca1a03ee5ba99d7f5e9f4e155e1f39cdaf237c2426f839b53d8df7b6')
build() {
cd $_pkgname-$pkgver