summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2022-11-15 15:00:14 +0100
committerRichard Neumann2022-11-15 15:00:14 +0100
commit8b07e9349960300067770e6104ce01bbcedd9597 (patch)
tree36c67ee99514807905fa0353ca18801c4d8fef87
parent40288265631097de7930817f6f600f5b57a18326 (diff)
downloadaur-8b07e9349960300067770e6104ce01bbcedd9597.tar.gz
Update to 0.3.6-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b72b726e8d3..87e2b0431580 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = color-code
pkgdesc = Encode arbitrary bytes to ANSI colors on the console.
pkgver = 0.3.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/coNQP/ansi-ansi-color-codecc
arch = x86_64
license = MIT
makedepends = cargo
source = https://github.com/conqp/ansi-color-codec/archive/refs/tags/0.3.6.tar.gz
- sha256sums = 51cbec038090770f9671780caa5c01e4a1efd34b233cea318509f2660823de24
+ sha256sums = e686a51ad61d8bffe0da3b16658a15f4d6441c3120381a0332e61f26d5410b4c
pkgname = color-code
diff --git a/PKGBUILD b/PKGBUILD
index 07230f14b5bc..e1e1c07f6bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=color-code
_repo_name="ansi-${pkgname}c"
pkgver=0.3.6
-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"
license=('MIT')
makedepends=("cargo")
source=("https://github.com/conqp/${_repo_name}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('51cbec038090770f9671780caa5c01e4a1efd34b233cea318509f2660823de24')
+sha256sums=('e686a51ad61d8bffe0da3b16658a15f4d6441c3120381a0332e61f26d5410b4c')
build() {
cd "${_repo_name}-${pkgver}"