summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2024-02-17 11:33:38 +0100
committerRichard Neumann2024-02-17 11:33:38 +0100
commit63ceb5990856ba679005ddbd72ec1288f555bfe9 (patch)
tree0a3b1f49a22de3768a72660df347b7fe10c0a6e1
parent6bcf33c1cd22f4a4ad29ac4aef5c3a25f25520e9 (diff)
downloadaur-63ceb5990856ba679005ddbd72ec1288f555bfe9.tar.gz
Update to 0.7.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd845187656e..d7c2cb7270a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = color-code
pkgdesc = Encode arbitrary bytes to ANSI colors on the console.
- pkgver = 0.6.1
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/coNQP/ansi-color-codec
arch = x86_64
license = MIT
makedepends = cargo
- source = ansi-color-codec-0.6.1::https://github.com/coNQP/ansi-color-codec/archive/refs/tags/0.6.1.tar.gz
- sha256sums = 08febc558397754b4596891c3c84493df2ba827f61f4079ff6816dd760b8379c
+ source = ansi-color-codec-0.7.0::https://github.com/coNQP/ansi-color-codec/archive/refs/tags/0.7.0.tar.gz
+ sha256sums = 738b72f74d3e6e70b8f360e17b6021f1cf1de3b82e13fb4b7ad5d1b25c331afe
pkgname = color-code
diff --git a/PKGBUILD b/PKGBUILD
index 1e2af7b21c27..41c49dcca1e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Richard Neumann aka. Schard <mail at richard dash neumann period de>
pkgname=color-code
_repo_name="ansi-${pkgname}c"
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc="Encode arbitrary bytes to ANSI colors on the console."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/coNQP/${_repo_name}"
license=('MIT')
makedepends=("cargo")
source=("${_repo_name}-${pkgver}::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('08febc558397754b4596891c3c84493df2ba827f61f4079ff6816dd760b8379c')
+sha256sums=('738b72f74d3e6e70b8f360e17b6021f1cf1de3b82e13fb4b7ad5d1b25c331afe')
build() {
cd "${_repo_name}-${pkgver}"