summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-04-23 10:29:58 +0200
committerRasmus Lindroth2022-04-23 10:29:58 +0200
commit35c83eb100d4db833c5088866a598d50a04a0368 (patch)
treea82dc75d3cf72d287fab0b9f71a0817210415e37
parent20cbcacab887b429475b47795c6cad88a948a22f (diff)
downloadaur-35c83eb100d4db833c5088866a598d50a04a0368.tar.gz
fix checksum
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ffe978568a2..89b84fca511c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
pkgver=0.0.43
-pkgrel=1
+pkgrel=2
pkgdesc='A TUI for Mastodon with vim inspired keys'
arch=('any')
url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('7075f21ff5f0a367fecbc3a55bc3397eb28772b8730b495ba786c16d87df61b8')
+sha256sums=('e1d3b727ca1a03ee5ba99d7f5e9f4e155e1f39cdaf237c2426f839b53d8df7b6')
build() {
cd $pkgname-$pkgver