diff options
author | Daniel Roe | 2020-06-15 14:54:02 +0100 |
---|---|---|
committer | Daniel Roe | 2020-06-15 14:54:02 +0100 |
commit | e3c1b4a7c98bc9fda7d8db2bfb5c42e0c5b80c50 (patch) | |
tree | 5557123c98e4f5af618031c1da381a903f143583 | |
parent | 7ec1ad8ffae52171d852fa74e7c59cfc33815a28 (diff) | |
download | aur-trellis-cli.tar.gz |
chore: bump version 0.9.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = trellis-cli pkgdesc = A CLI to manage Trellis projects. - pkgver = 0.8.0 + pkgver = 0.9.0 pkgrel = 0 url = https://github.com/roots/trellis-cli arch = i686 @@ -9,9 +9,9 @@ pkgbase = trellis-cli arch = armv6h arch = aarch64 license = MIT - depends = go-pie>=1.11 - source = trellis-cli-0.8.0.tar.gz::https://github.com/roots/trellis-cli/archive/v0.8.0.tar.gz - sha1sums = 6a3a02b1572d37f1930eeb9a4349bfa7562621e9 + depends = go + source = trellis-cli-0.9.0.tar.gz::https://github.com/roots/trellis-cli/archive/v0.9.0.tar.gz + sha1sums = 23f72169c8bbec662efe571180764e2119246da2 pkgname = trellis-cli @@ -1,17 +1,17 @@ # Maintainer: Daniel Roe <daniel@concision.co.uk> # Maintainer: Austin Pray <austin@austinpray.com> pkgname=trellis-cli -pkgver=0.8.0 +pkgver=0.9.0 pkgrel=0 pkgdesc="A CLI to manage Trellis projects." arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64') url="https://github.com/roots/trellis-cli" license=('MIT') depends=( - 'go-pie>=1.11' + 'go' ) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roots/trellis-cli/archive/v${pkgver}.tar.gz") -sha1sums=('6a3a02b1572d37f1930eeb9a4349bfa7562621e9') +sha1sums=('23f72169c8bbec662efe571180764e2119246da2') build() { cd "$srcdir/$pkgname-$pkgver" |