summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Shatunov2019-06-19 21:27:07 +0700
committerSergey Shatunov2019-06-19 21:27:07 +0700
commit594fc3e98440f86eb828a69bf509e4fa0694ca5e (patch)
tree7a3cadafb6c67efd8ad40e70660e46ba8cea5545
parent3e55c9de744517c42eba7474712d6b94ac3a7549 (diff)
downloadaur-594fc3e98440f86eb828a69bf509e4fa0694ca5e.tar.gz
Update to 0.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD10
3 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53e5920896f5..085ebf817f5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = matchbox
pkgdesc = Network boot and provision Container Linux clusters
- pkgver = 0.7.0
- pkgrel = 3
- url = https://coreos.com/matchbox/docs/latest/
+ pkgver = 0.8.0
+ pkgrel = 1
+ url = https://github.com/poseidon/matchbox
arch = x86_64
arch = i686
arch = arm
@@ -12,7 +12,7 @@ pkgbase = matchbox
license = Apache
makedepends = go
makedepends = git
- source = git+https://github.com/coreos/matchbox.git#commit=08f4e9908b167fba608e60169ec6a803df9db37f
+ source = git+https://github.com/poseidon/matchbox.git#commit=b97328b6ecaf9938ffec77a1a7df61b12517e0e0
source = matchbox.sysusers
source = matchbox.tmpfiles
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..26ac48df7db9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.pkg.tar*
diff --git a/PKGBUILD b/PKGBUILD
index 8cd1c63d7b12..4798f91fa76d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Sergey Shatunov <me@prok.pw>
pkgname=matchbox
-pkgver=0.7.0
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
pkgdesc="Network boot and provision Container Linux clusters"
arch=("x86_64" "i686" "arm" "armv6h" "armv7h" "aarch64")
-url="https://coreos.com/matchbox/docs/latest/"
+url="https://github.com/poseidon/matchbox"
license=('Apache')
makedepends=('go' 'git')
-_goname=github.com/coreos/$pkgname
-_commit=08f4e9908b167fba608e60169ec6a803df9db37f # 0.7.0
+_goname=github.com/poseidon/$pkgname
+_commit=b97328b6ecaf9938ffec77a1a7df61b12517e0e0 # 0.8.0
source=("git+https://$_goname.git#commit=$_commit"
"matchbox.sysusers"
"matchbox.tmpfiles")