summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Shirohara2022-04-13 23:03:42 +0900
committerRay Shirohara2022-04-13 23:03:42 +0900
commit59fa3eef17b7185e560e09364056d0eea92fea48 (patch)
treee7f219a5304d1d85bac70d6d7cb91b49cf82ccfd
parente073231e45a0016f4c25675f933a399e985484fd (diff)
downloadaur-59fa3eef17b7185e560e09364056d0eea92fea48.tar.gz
update: version 3.1.4
- Update package version to v3.1.4. Detail: https://github.com/jiro4989/textimg/releases/tag/v3.1.4 - Add gitignore.
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6afa0c6ffec..2267c466e993 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.4
+ pkgver = 3.1.5
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.4.tar.gz
- sha256sums = bc9db481843e51a843aeb0824f088fd3c3e641fd024fca2cb50733ffd5f36a1e
+ source = https://github.com/jiro4989/textimg/archive/v3.1.5.tar.gz
+ sha256sums = 9e8d9b24ee9447f6b095f4c7dc3fd4a8ea51d9edf2dc83aaef4d03d18fa983e5
pkgname = textimg
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1d65adf6de3a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index ddd0fd8c4ebc..4a7908d7d50a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ray Shirohara <RShirohara@gmail.com>
pkgname=textimg
-pkgver=3.1.4
+pkgver=3.1.5
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=('bc9db481843e51a843aeb0824f088fd3c3e641fd024fca2cb50733ffd5f36a1e')
+sha256sums=('9e8d9b24ee9447f6b095f4c7dc3fd4a8ea51d9edf2dc83aaef4d03d18fa983e5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"