summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2017-07-08 03:41:00 +0900
committerendaaman2017-07-08 03:41:00 +0900
commit0131bc72db11dd0f1d999df8c944aa2288b0f51f (patch)
tree3baf4af7c3fa34d589887f7fe2be3b75dd0d6551
parentf0e043b234bdb0a5ec448e6d29ffabe9396bf74d (diff)
downloadaur-0131bc72db11dd0f1d999df8c944aa2288b0f51f.tar.gz
bump version to 0.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b93615dc394..3a707e6374d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jul 3 18:04:19 UTC 2017
+# Fri Jul 7 18:40:57 UTC 2017
pkgbase = tym
pkgdesc = A tiny term for minimalists
- pkgver = 0.2.2
+ pkgver = 0.2.3
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/0.2.2/tym-0.2.2.tar.gz
- sha1sums = 7b473a2ae0c26902f207a45bf45003101c783644
+ source = https://github.com/endaaman/tym/releases/download/0.2.3/tym-0.2.3.tar.gz
+ sha1sums = 162306e8ff2f9faa05c986b2af76afaa1979740b
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 369e081238ed..63d8c37676b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ken Enda <buhibuhidog@gmail.com>
pkgname=tym
-pkgver=0.2.2
+pkgver=0.2.3
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=('7b473a2ae0c26902f207a45bf45003101c783644')
+sha1sums=('162306e8ff2f9faa05c986b2af76afaa1979740b')
build() {
cd "$pkgname-$pkgver"