summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Shirohara2022-05-01 14:36:32 +0900
committerRay Shirohara2022-05-01 14:36:32 +0900
commit706212bb699e63f4ab587afb79e9d0fbc3847047 (patch)
tree92850c0b7c9d539a3101b0d0853da652cca1ef94
parenta0bdb3cd377ac436b105c447c7776cabe643b1f6 (diff)
downloadaur-706212bb699e63f4ab587afb79e9d0fbc3847047.tar.gz
update: version 3.1.7
Update package version to v3.1.7. Detail: https://github.com/jiro4989/textimg/releases/tag/v3.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d17a397efb30..8994b020d1a1 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.1.6
+ pkgver = 3.1.7
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.1.6.tar.gz
- sha256sums = bf95c9311b5017576920765d87672943106a8be3a5438857cf0cc2cd95d9b142
+ source = https://github.com/jiro4989/textimg/archive/v3.1.7.tar.gz
+ sha256sums = b3df9fdcc36559f1f9c85f874ac1aa2a3dd36dc62d76ca06105e7425cce1a5d3
pkgname = textimg
diff --git a/PKGBUILD b/PKGBUILD
index c3f04546f6f7..3e116b5666c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ray Shirohara <RShirohara@gmail.com>
pkgname=textimg
-pkgver=3.1.6
+pkgver=3.1.7
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=('bf95c9311b5017576920765d87672943106a8be3a5438857cf0cc2cd95d9b142')
+sha256sums=('b3df9fdcc36559f1f9c85f874ac1aa2a3dd36dc62d76ca06105e7425cce1a5d3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"