mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Release v0.6.4
This commit is contained in:
parent
9dee112ab8
commit
935a998171
2 changed files with 4 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,13 +1,11 @@
|
|||
pkgbase = upcloud-cli
|
||||
pkgdesc = upctl - a CLI tool for managing UpCloud services.
|
||||
pkgver = 0.6.1
|
||||
pkgver = 0.6.4
|
||||
pkgrel = 1
|
||||
url = https://upcloud.com
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
makedepends = go
|
||||
makedepends = git
|
||||
source = https://github.com/kaminek/upcloud-cli/releases/download/v0.6.1/upcloud-cli_0.6.1_linux_x86_64.tar.gz
|
||||
source = https://github.com/kaminek/upcloud-cli/releases/download/v0.6.4/upcloud-cli_0.6.4_linux_x86_64.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = upcloud-cli
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,15 +1,14 @@
|
|||
pkgname=upcloud-cli
|
||||
pkgver=0.6.1
|
||||
pkgver=0.6.4
|
||||
pkgrel=1
|
||||
pkgdesc="upctl - a CLI tool for managing UpCloud services."
|
||||
arch=('x86_64')
|
||||
url="https://upcloud.com"
|
||||
license=('Apache')
|
||||
makedepends=('go' 'git')
|
||||
source=("https://github.com/kaminek/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_x86_64.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
cd "$pkgname_$pkgver_linux_x86_64"
|
||||
install -Dm755 upctl "$pkgdir/usr/local/bin/upctl"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue