summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2022-11-16 17:44:36 +0100
committerRichard Neumann2022-11-16 17:44:36 +0100
commit0b1366b57e4726c86587101193595d3136036fc7 (patch)
treedc5743b9b8990c5d9d26b563a97ada72c170e839
parent689c80a24d25569b3805013661f4e246f5fae4aa (diff)
downloadaur-0b1366b57e4726c86587101193595d3136036fc7.tar.gz
Fix repo URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aefbce43678..59252a30e908 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = color-code
pkgdesc = Encode arbitrary bytes to ANSI colors on the console.
pkgver = 0.3.8
pkgrel = 2
- url = https://github.com/coNQP/ansi-ansi-color-codec
+ url = https://github.com/coNQP/ansi-color-codec
arch = x86_64
license = MIT
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 21e92bbdf22b..55b3fc10127c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.3.8
pkgrel=2
pkgdesc="Encode arbitrary bytes to ANSI colors on the console."
arch=('x86_64')
-url="https://github.com/coNQP/ansi-${_repo_name}"
+url="https://github.com/coNQP/${_repo_name}"
license=('MIT')
makedepends=("cargo")
source=("${_repo_name}-${pkgver}::https://github.com/conqp/${_repo_name}/archive/refs/tags/${pkgver}.tar.gz")