summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher RYU2022-05-25 23:54:12 +0900
committerChristopher RYU2022-05-25 23:54:12 +0900
commitd496b19a112e447e6bad059e75de67dbf296a64d (patch)
treebe934f20b367e48d2a963ddf4fd87c8c47865804 /PKGBUILD
parent5089b782e9644bc599770a03961c57120b56e43f (diff)
downloadaur-d496b19a112e447e6bad059e75de67dbf296a64d.tar.gz
Take ownership and bump version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26883ee1a1d3..a29da0481fc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
+# Maintainer: Christopher Kobayashi <software+aur@disavowed.jp>
+
pkgname=vultr
-pkgver=1.15.0
+pkgver=2.0.3
pkgrel=1
pkgdesc="A CLI and API client library for Vultr.com cloud environment"
-arch=(x86_64 i686)
+arch=('x86_64' 'i686' 'aarch64')
url="https://jamesclonk.github.io/vultr/"
license=('MIT')
options=('!strip')
_arch=
-sha256sums=('cd158f1b3286c28a5bf7f3b8acf2d4e4f89180348d37656720c677f3a15b0123')
+sha512sums=('be9678ade50900b3bfc39b392a64019f0cdceb77f08ae62e4599b558e585a6b1eb1c18d9d827d022b3d39d780721e10fb283a084e82d4ba40f06cc99d492e097')
case $CARCH in
x86_64)
@@ -22,7 +23,7 @@ case $CARCH in
;;
esac
-source=("https://github.com/JamesClonk/${pkgname}/releases/download/${pkgver}/${pkgname}_${pkgver}_Linux-${_arch}.tar.gz")
+source=("https://github.com/JamesClonk/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}_Linux-${_arch}.tar.gz")
package() {
cd "$srcdir"