summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Almakov2021-12-29 18:10:56 +0300
committerNikita Almakov2021-12-29 18:10:56 +0300
commit3a0c6fae5d1d88240955f2e1dffc078bcd70b74c (patch)
tree8579b9087abfd8b0b56572f743a780163e300676
parent4367f811b54db84cb703c3ec8bd1a0f3ac400e4b (diff)
downloadaur-3a0c6fae5d1d88240955f2e1dffc078bcd70b74c.tar.gz
v0.6.3-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfc2b214fb9d..bfc51ec49ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = rate-mirrors-bin
pkgdesc = Everyday-use client-side map-aware mirror ranking tool - pre-built with musl
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/westandskif/rate-mirrors
arch = x86_64
license = custom
conflicts = rate-mirrors
- source = rate-mirrors-bin-0.6.2.tar.gz::https://github.com/westandskif/rate-mirrors/releases/download/v0.6.2/rate-mirrors-v0.6.2-x86_64-unknown-linux-musl.tar.gz
- sha512sums = 7c36ebc01911064115a2dc48129d8d5adf1b560d9fe82e3954f2daa6b3c9b51c903e5ddff115de91cf0b8ccbe3c87e6ba0d0b1e92bb149c2c20d95a0f25d7a7e
+ options = !lto
+ source = rate-mirrors-bin-0.6.3.tar.gz::https://github.com/westandskif/rate-mirrors/releases/download/v0.6.3/rate-mirrors-v0.6.3-x86_64-unknown-linux-musl.tar.gz
+ sha512sums = ce43850e2d5d20d658878ea8ec1ac0b9863f51c39ecd8d4b8024f69b760b54cb8f29fdf227acd7a38afbf620c03264c1c2175d9fe4d46f6d08e35ab6230c89e1
pkgname = rate-mirrors-bin
diff --git a/PKGBUILD b/PKGBUILD
index 313a4bdade59..ff7ecd9eb268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Nikita Almakov <nikita.almakov@gmail.com>
pkgname=rate-mirrors-bin
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="Everyday-use client-side map-aware mirror ranking tool - pre-built with musl"
url="https://github.com/westandskif/rate-mirrors"
license=('custom')
+options=(!lto)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/westandskif/rate-mirrors/releases/download/v${pkgver}/rate-mirrors-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
arch=('x86_64')
depends=()
makedepends=()
conflicts=('rate-mirrors')
-sha512sums=('7c36ebc01911064115a2dc48129d8d5adf1b560d9fe82e3954f2daa6b3c9b51c903e5ddff115de91cf0b8ccbe3c87e6ba0d0b1e92bb149c2c20d95a0f25d7a7e')
+sha512sums=('ce43850e2d5d20d658878ea8ec1ac0b9863f51c39ecd8d4b8024f69b760b54cb8f29fdf227acd7a38afbf620c03264c1c2175d9fe4d46f6d08e35ab6230c89e1')
build() {
tar xzf "${pkgname}-${pkgver}.tar.gz"