summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2017-06-16 00:38:10 +0900
committerendaaman2017-06-16 00:38:10 +0900
commit9f79964f2463823dc29afe8801ade2746d085494 (patch)
tree8dba20eba980d001ffe7a2e4cb95a711a8dd4b75
parentdd39d0278f158209b9f80c3b826b3c8087fac4d2 (diff)
downloadaur-9f79964f2463823dc29afe8801ade2746d085494.tar.gz
bump version to v0.1.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f769277d8d01..b6d8dd0db486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ken Enda <buhibuhidog@gmail.com>
pkgname=tym
-pkgver=0.1.1
+pkgver=0.1.2
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=('d8d0f735b055c77ea1d931cfb2dc8c31b2db4963')
+sha1sums=('b0a75af96770a2b11b42e88536fe323ca119ed45')
build() {
cd "$pkgname-$pkgver"