summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2022-11-13 21:48:30 +0100
committerRichard Neumann2022-11-13 21:48:30 +0100
commit2b5300fa56e1b326ff0112c59cc901e7a975632e (patch)
treefa696bab8b70568a7441c1ae5d65cb4d7c336b12
parentcd413c105ba4eb66e6bc59070be60fc176a626c9 (diff)
downloadaur-2b5300fa56e1b326ff0112c59cc901e7a975632e.tar.gz
Update to 0.2.9-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ab42e4c8a89..0670e3f17129 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = color-code
pkgdesc = Encode arbitrary bytes to ANSI colors on the console.
pkgver = 0.2.9
- pkgrel = 1
- url = https://github.com/coNQP/color-code
+ pkgrel = 2
+ url = https://github.com/coNQP/ansi-ansi-color-codecc
arch = x86_64
license = MIT
makedepends = cargo
- source = https://github.com/conqp/color-code/archive/refs/tags/0.2.9.tar.gz
+ source = https://github.com/conqp/ansi-color-codec/archive/refs/tags/0.2.9.tar.gz
sha256sums = 599ad52c96ae3057d96bb862645eab88b220e93a88053297d6b50c935c74ba6c
pkgname = color-code
diff --git a/PKGBUILD b/PKGBUILD
index b898eaaebb05..e9070e55068a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Richard Neumann aka. Schard <mail at richard dash neumann period de>
pkgname=color-code
+_repo_name="ansi-${pkgname}c"
pkgver=0.2.9
-pkgrel=1
+pkgrel=2
pkgdesc="Encode arbitrary bytes to ANSI colors on the console."
arch=('x86_64')
-url="https://github.com/coNQP/${pkgname}"
+url="https://github.com/coNQP/ansi-${_repo_name}c"
license=('MIT')
makedepends=("cargo")
-source=("https://github.com/conqp/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
+source=("https://github.com/conqp/${_repo_name}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('599ad52c96ae3057d96bb862645eab88b220e93a88053297d6b50c935c74ba6c')
build() {