summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2022-11-14 11:55:24 +0100
committerRichard Neumann2022-11-14 11:55:24 +0100
commitd571c3f473d463176eb75c139c061f08ebcb4fc7 (patch)
tree371ee33732ea0743138b4dd27838851d09d0994a
parent0176e23e1e7c43697d83b6904afff2e29b2ea03f (diff)
downloadaur-d571c3f473d463176eb75c139c061f08ebcb4fc7.tar.gz
Update to 0.3.4-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bb556c1b0dd..ff80e246283d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = color-code
pkgdesc = Encode arbitrary bytes to ANSI colors on the console.
pkgver = 0.3.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/coNQP/ansi-ansi-color-codecc
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f78f419b83d2..b28cc3228e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=color-code
_repo_name="ansi-${pkgname}c"
pkgver=0.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="Encode arbitrary bytes to ANSI colors on the console."
arch=('x86_64')
url="https://github.com/coNQP/ansi-${_repo_name}c"