summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2020-06-28 15:50:57 +0200
committerRasmus Lindroth2020-06-28 15:50:57 +0200
commit26903ba03696f3f8349c852f2432619678f7d5ad (patch)
tree7e99469be9cd63e49d8f9b11bbcce66f58f91f7e
parent21d5a8b94eafb44b3338d0c75532204647f2d81f (diff)
downloadaur-26903ba03696f3f8349c852f2432619678f7d5ad.tar.gz
Added support for colors from xrdb
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e7ec86a5c2..7ed1afa1218b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.9
+ pkgver = 0.0.10
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.9.tar.gz
- sha256sums = 7141d8218619b432823f0918261f2534539238bb5ea701fa16e8a52e2bf534b0
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.10.tar.gz
+ sha256sums = c785451e90c9f31baa1b570b97fc53175b1c8334634b69fe1422692305f91165
pkgname = tut
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