summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-03-26 20:42:53 -0400
committerDavid Birks2020-03-26 20:42:53 -0400
commitac1b8016569deb2c3c18667e4651141e201da8b5 (patch)
tree1be2ad33d52a33eb6ecd2a254c144dd72a93e83d
parentdc86e3fafc8523ec2d17b0ef7016f6af97e35845 (diff)
downloadaur-ac1b8016569deb2c3c18667e4651141e201da8b5.tar.gz
Update to 0.12.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a291790221a0..34c8feeea41c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = tilt
pkgdesc = Local Kubernetes development with no stress
- pkgver = 0.12.9
+ pkgver = 0.12.10
pkgrel = 1
url = https://github.com/windmilleng/tilt
arch = x86_64
license = Apache
makedepends = go
- makedepends = goreleaser
+ makedepends = nodejs
makedepends = yarn
optdepends = kubectl
conflicts = tilt-bin
- source = tilt-0.12.9.tar.gz::https://github.com/windmilleng/tilt/archive/v0.12.9.tar.gz
- sha256sums = fddbe7ed021c5da807fc00fcdcab8dd0dae6f9070c3e5a53ca9a066432b0bd00
+ source = tilt-0.12.10.tar.gz::https://github.com/windmilleng/tilt/archive/v0.12.10.tar.gz
+ sha256sums = 6d93c4aca51e1d23744c59f172bd1cb25944c3f990af1831b60fc362a4ea5af9
pkgname = tilt
diff --git a/PKGBUILD b/PKGBUILD
index 0e4f1a64d0d8..127303e64059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=tilt
pkgdesc='Local Kubernetes development with no stress'
-pkgver=0.12.9
+pkgver=0.12.10
pkgrel=1
arch=('x86_64')
license=('Apache')
url='https://github.com/windmilleng/tilt'
optdepends=('kubectl')
-makedepends=('go' 'yarn')
+makedepends=('go' 'nodejs' 'yarn')
conflicts=('tilt-bin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/windmilleng/tilt/archive/v$pkgver.tar.gz")
-sha256sums=('fddbe7ed021c5da807fc00fcdcab8dd0dae6f9070c3e5a53ca9a066432b0bd00')
+sha256sums=('6d93c4aca51e1d23744c59f172bd1cb25944c3f990af1831b60fc362a4ea5af9')
build() {
cd $pkgname-$pkgver