summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Roe2020-06-15 14:54:02 +0100
committerDaniel Roe2020-06-15 14:54:02 +0100
commite3c1b4a7c98bc9fda7d8db2bfb5c42e0c5b80c50 (patch)
tree5557123c98e4f5af618031c1da381a903f143583
parent7ec1ad8ffae52171d852fa74e7c59cfc33815a28 (diff)
downloadaur-e3c1b4a7c98bc9fda7d8db2bfb5c42e0c5b80c50.tar.gz
chore: bump version 0.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 740fda1da392..1a84d9ea7147 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index f7b1400d1b58..2e9079cb91d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"