summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryuannan2023-04-11 01:05:23 +0100
committeryuannan2023-04-11 01:05:23 +0100
commit9177103ddc8e88e78f663b42d0db140e61261f45 (patch)
treea56dfde8bc14613f5d91ef78ccc2251451c639e0 /PKGBUILD
parent5825cdb646883bf07f681b95d8fa93bab0037643 (diff)
downloadaur-9177103ddc8e88e78f663b42d0db140e61261f45.tar.gz
fixed build issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19efc799c048..9da983dd02eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=yamr
pkgver=0.0.0.1
-pkgrel=0
+pkgrel=1
pkgdesc='Yet Another Mirror Ranker. The fastest mirror ranker!⁺ A fast mirrorlist in seconds!'
arch=('any')
url='https://gitlab.com/yuannan/yamr'
license=('GPL3')
depends=('geoip')
conflicts=()
-source=("yamr::git+https://gitlab.com/yuannan/yamr")
+source=("https://gitlab.com/yuannan/yamr")
sha256sums=('SKIP')
build() {