summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-04-23 10:27:55 +0200
committerRasmus Lindroth2022-04-23 10:27:55 +0200
commit1dc530ff9dfd28072f5aabc98edb17b1c82889ed (patch)
tree7bd7beb88eeffc58be76746997263f78197b442c
parent75bc3eeac63320197e3fe00ec9a86446af2bc51c (diff)
downloadaur-1dc530ff9dfd28072f5aabc98edb17b1c82889ed.tar.gz
fix boost and media
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f2cec7edec7..8c1f57bcc436 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.42
+ pkgver = 0.0.43
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.42.tar.gz
- sha256sums = d57cebfcc5547a1a55b183b235e2214ce79c7a6a0758e586f684583042cebc2c
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.43.tar.gz
+ sha256sums = 7075f21ff5f0a367fecbc3a55bc3397eb28772b8730b495ba786c16d87df61b8
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index 642f5c348449..fa1fce487297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=0.0.42
+pkgver=0.0.43
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/RasmusLindroth/$_pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$_pkgname/archive/$pkgver.tar.gz")
-sha256sums=('d57cebfcc5547a1a55b183b235e2214ce79c7a6a0758e586f684583042cebc2c')
+sha256sums=('7075f21ff5f0a367fecbc3a55bc3397eb28772b8730b495ba786c16d87df61b8')
build() {
cd $_pkgname-$pkgver