summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2020-06-28 15:50:57 +0200
committerRasmus Lindroth2020-06-28 15:50:57 +0200
commit26903ba03696f3f8349c852f2432619678f7d5ad (patch)
tree7e99469be9cd63e49d8f9b11bbcce66f58f91f7e /PKGBUILD
parent21d5a8b94eafb44b3338d0c75532204647f2d81f (diff)
downloadaur-26903ba03696f3f8349c852f2432619678f7d5ad.tar.gz
Added support for colors from xrdb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcec4204e81b..9d46aebd451d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.9
+pkgver=0.0.10
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys'
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('7141d8218619b432823f0918261f2534539238bb5ea701fa16e8a52e2bf534b0')
+sha256sums=('c785451e90c9f31baa1b570b97fc53175b1c8334634b69fe1422692305f91165')
build() {
cd $pkgname-$pkgver