summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2022-11-16 12:21:26 +0100
committerRichard Neumann2022-11-16 12:21:26 +0100
commitcaff80c03bb882e3bb05e19fa49d905a99dca890 (patch)
tree7d36ae22e3adca63226453cb94d3057fef9eb305
parent5606d86c662b1cb1ddc9ad8228f0e9db265fe53b (diff)
downloadaur-caff80c03bb882e3bb05e19fa49d905a99dca890.tar.gz
Use double-colon syntax for downloaded sources
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b880079033d..407803b966e8 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.8
- 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.8.tar.gz
+ source = ansi-color-codec-0.3.8::https://github.com/conqp/ansi-color-codec/archive/refs/tags/0.3.8.tar.gz
sha256sums = 09dc5c48e45e2064cba04075cac580e3354c8f8a1ea4e4ded2b3492bd69fc08a
pkgname = color-code
diff --git a/PKGBUILD b/PKGBUILD
index 7dc13e587bfb..fc69f4add7d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=color-code
_repo_name="ansi-${pkgname}c"
pkgver=0.3.8
-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")
+source=("${_repo_name}-${pkgver}::https://github.com/conqp/${_repo_name}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('09dc5c48e45e2064cba04075cac580e3354c8f8a1ea4e4ded2b3492bd69fc08a')
build() {