summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-04-26 17:46:45 +0800
committertaotieren2023-04-26 17:46:45 +0800
commit61cf31ecfea850c49bd7d85d4cd7967c38846123 (patch)
treee604839d55f0bd51d97d36db575136ab938b0f67
parent3e2431b25e1f3dd7366d623cd5feb0041995183b (diff)
downloadaur-61cf31ecfea850c49bd7d85d4cd7967c38846123.tar.gz
update 2.2.3.3.g1800c2e-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e09bdb372b98..15fb5f362f16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cloudflarespeedtest-git
pkgdesc = 「自选优选 IP / 过滤假墙」测试 Cloudflare CDN 延迟和速度,获取最快 IP (IPv4+IPv6)!
- pkgver = 2.2.0
+ pkgver = 2.2.3.3.g1800c2e
pkgrel = 1
url = https://github.com/XIU2/CloudflareSpeedTest
arch = any
@@ -12,7 +12,7 @@ pkgbase = cloudflarespeedtest-git
conflicts = cloudflarespeedtest-git
conflicts = cloudflarespeedtest
options = !strip
- source = cloudflarespeedtest::git+https://ghproxy.com/https://github.com/XIU2/CloudflareSpeedTest.git
+ source = cloudflarespeedtest::git+https://github.com/XIU2/CloudflareSpeedTest.git
sha256sums = SKIP
pkgname = cloudflarespeedtest-git
diff --git a/PKGBUILD b/PKGBUILD
index b42a25816e87..90094d49bc5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: taotieren <admin@taotieren.com>
pkgname=cloudflarespeedtest-git
-pkgver=2.2.0
+pkgver=2.2.3.3.g1800c2e
pkgrel=1
pkgdesc="「自选优选 IP / 过滤假墙」测试 Cloudflare CDN 延迟和速度,获取最快 IP (IPv4+IPv6)! "
arch=('any')
@@ -16,12 +16,12 @@ makedepends=('git')
backup=()
options=('!strip')
#install=${pkgname}.install
-source=("${pkgname%-git}::git+https://ghproxy.com/${url}.git")
+source=("${pkgname%-git}::git+${url}.git")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname%-git}"
- git describe --tags | sed 's/^v//;s/-/+/g'
+ git describe --tags | sed 's/^v//;s/-/./g'
}
prepare() {