summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBian Jiaping2024-01-22 11:32:15 +0800
committerBian Jiaping2024-01-22 11:32:15 +0800
commit8b34c0ccfb91fee017f1a67b13925fd2ff9fc400 (patch)
treea4190b6aeb248a1f1d23d2a20df01fe6c95b71a6
parentff3622289cefa22c673f06184b8b445a78b61705 (diff)
downloadaur-besttrace.tar.gz
Add pkgrel to filename to avoid cache conflict
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c35becebd0de..222b980b650e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = besttrace
pkgdesc = IPIP.net 开发的加强版 traceroute,附带链路可视化
pkgver = 1.3.4
- pkgrel = 2
+ pkgrel = 3
url = https://www.ipip.net/product/client.html#besttrace
install = besttrace.install
arch = x86_64
arch = i686
license = custom
- source = besttrace-1.3.4.zip::https://cdn.ipip.net/17mon/besttrace4linux.zip
+ source = besttrace-1.3.4-3.zip::https://cdn.ipip.net/17mon/besttrace4linux.zip
md5sums = 22081037203f657f3686111c9881588b
pkgname = besttrace
diff --git a/PKGBUILD b/PKGBUILD
index b5266b323723..2e65f43e04ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=besttrace
pkgver=1.3.4
-pkgrel=2
+pkgrel=3
pkgdesc="IPIP.net 开发的加强版 traceroute,附带链路可视化"
arch=('x86_64' 'i686')
url="https://www.ipip.net/product/client.html#besttrace"
@@ -15,7 +15,7 @@ else
_filename=besttrace
fi
-source=("besttrace-$pkgver.zip::https://cdn.ipip.net/17mon/besttrace4linux.zip")
+source=("besttrace-$pkgver-$pkgrel.zip::https://cdn.ipip.net/17mon/besttrace4linux.zip")
md5sums=('22081037203f657f3686111c9881588b')
package(){