summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Shirohara2022-03-30 22:12:16 +0900
committerRay Shirohara2022-03-30 22:12:16 +0900
commit83696e593c18a6788d1dfbf5e39563ef5fe85a46 (patch)
tree8c2543f242b1c990e01b3ab4b51309ffd14eb837
parent84582e2ba607db119b7ab11904756fd11901a386 (diff)
downloadaur-83696e593c18a6788d1dfbf5e39563ef5fe85a46.tar.gz
update: version 3.1.1
Update package version to v3.1.1. Detail: https://github.com/jiro4989/textimg/releases/tag/v3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1717368256d5..d4e48f6c068c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = textimg
pkgdesc = Command to convert from color text (ANSI or 256) to image.
- pkgver = 3.0.7
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/jiro4989/textimg
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = textimg
optdepends = noto-fonts-cjk: Default font used in linux
provides = textimg
options = !strip
- source = https://github.com/jiro4989/textimg/archive/v3.0.7.tar.gz
- sha256sums = 701c45f5c4cfbbd5387c0f1940163cade3377b6115ca1081e4c59c598b8947c3
+ source = https://github.com/jiro4989/textimg/archive/v3.1.1.tar.gz
+ sha256sums = 12b08a7a13c3dbbc72a93ba13404a0792c6e4986c41d1a19f7f84eb0848a13c2
pkgname = textimg
diff --git a/PKGBUILD b/PKGBUILD
index 9646c448050c..84d247d67036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ray Shirohara <RShirohara@gmail.com>
pkgname=textimg
-pkgver=3.0.7
+pkgver=3.1.1
pkgrel=1
pkgdesc='Command to convert from color text (ANSI or 256) to image.'
arch=('x86_64')
@@ -13,7 +13,7 @@ optdepends=('noto-fonts-cjk: Default font used in linux')
provides=('textimg')
options=('!strip')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('701c45f5c4cfbbd5387c0f1940163cade3377b6115ca1081e4c59c598b8947c3')
+sha256sums=('12b08a7a13c3dbbc72a93ba13404a0792c6e4986c41d1a19f7f84eb0848a13c2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"