summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09fa97a9eab7..2ca9b25ffea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Bhanupong Petchlert <bpetlert@gmail.com>
pkgname=pacman-mirrorup
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
-pkgdesc="A service to retrieve the best and latest Pacman mirror list based on user's geography"
+pkgdesc="A program to retrieve the best and latest Pacman mirror list based on user's geography"
arch=('x86_64')
url="https://github.com/bpetlert/pacman-mirrorup"
license=('GPL-3.0-or-later')
@@ -13,7 +13,7 @@ provides=("${pkgname}")
conflicts=("${pkgname}")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bpetlert/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('750888f67a4ece0b05f93a9dff8714484a91639a4d0205867f75a22723ea67b1')
+sha256sums=('3a560821d21f14b232fe623e47a839fcf92e25e0f5c04f8ac6a58ef83a10ea71')
prepare() {
cd "${pkgname}-${pkgver}"