summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2017-12-29 16:42:10 +0900
committerendaaman2017-12-29 16:42:10 +0900
commitbef2723c13a34eb0164e82bd233622fe234d0e19 (patch)
tree96ac7169f2a89ea38f0f721c7c55f77a71ba1480
parent02856ed1e20a88572efb75cafc58f9adc02d5ab3 (diff)
downloadaur-bef2723c13a34eb0164e82bd233622fe234d0e19.tar.gz
bump version to 1.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5083006d69d2..d20897b4078b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Nov 11 17:39:00 UTC 2017
+# Fri Dec 29 07:42:05 UTC 2017
pkgbase = tym
pkgdesc = A tiny term for minimalists
- pkgver = 1.0.3
+ pkgver = 1.0.4
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.3/tym-1.0.3.tar.gz
- sha1sums = 4c43d88041b69af15d1fe52687db814cd6d08263
+ source = https://github.com/endaaman/tym/releases/download/1.0.4/tym-1.0.4.tar.gz
+ sha1sums = 8083f2236e99c3066d933da301b924987f8d3440
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 108c019349d2..e7af973a3598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ken Enda <buhibuhidog@gmail.com>
pkgname=tym
-pkgver=1.0.3
+pkgver=1.0.4
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=('4c43d88041b69af15d1fe52687db814cd6d08263')
+sha1sums=('8083f2236e99c3066d933da301b924987f8d3440')
build() {
cd "$pkgname-$pkgver"