summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2018-02-05 00:27:49 +0900
committerendaaman2018-02-05 00:27:49 +0900
commit4fef5430f08c7431aa88e5a8c9aea028fdfca44e (patch)
treed8f12a1dd45c2361ed96fa3dbdac68dbac36281f
parent0bfc43044b03daf3b7080e873771fb2b115a3dbe (diff)
downloadaur-4fef5430f08c7431aa88e5a8c9aea028fdfca44e.tar.gz
bump version to 1.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a38a95ec568..b9e45bc62263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Feb 4 14:25:29 UTC 2018
+# Sun Feb 4 15:27:45 UTC 2018
pkgbase = tym
pkgdesc = A tiny term for minimalists
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://github.com/endaaman/tym
arch = x86_64
license = MIT
depends = vte3
depends = lua
- source = https://github.com/endaaman/tym/releases/download/1.0.5/tym-1.0.5.tar.gz
- sha1sums = de6de183868341f11b25bd2f95803ae4b5c1ffe5
+ source = https://github.com/endaaman/tym/releases/download/1.0.6/tym-1.0.6.tar.gz
+ sha1sums = 9447f161c86e070cd25de693a461d0b0aa854710
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 26883c8c67f1..7395006e4ada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ken Enda <buhibuhidog@gmail.com>
pkgname=tym
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="A tiny term for minimalists"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/endaaman/tym"
license=('MIT')
depends=('vte3' 'lua')
source=("https://github.com/endaaman/${pkgname}/releases/download/$pkgver/${pkgname}-$pkgver.tar.gz")
-sha1sums=('de6de183868341f11b25bd2f95803ae4b5c1ffe5')
+sha1sums=('9447f161c86e070cd25de693a461d0b0aa854710')
build() {
cd "$pkgname-$pkgver"