summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Swenson2017-05-30 12:46:04 -0700
committerBram Swenson2017-05-30 12:46:04 -0700
commit219b2782ca3aa1d30ebe671de93cff67bb79439c (patch)
treeb68d199d9b1a92bd486a050ff2551b32595d5cb4
parented09ed7cee2d8854760b2f494355569eddc78500 (diff)
downloadaur-219b2782ca3aa1d30ebe671de93cff67bb79439c.tar.gz
concourse-fly v3.0.1-2 - remove linux-userns depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 371ce3773545..d9aa3c89aa08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = concourse-fly
pkgdesc = A command line interface that runs a build in a container with ATC.
pkgver = v3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://concourse.ci/fly-cli.html
arch = x86_64
license = Apache
- depends = linux-userns
provides = fly
source = https://github.com/concourse/concourse/releases/download/v3.0.1/fly_linux_amd64
sha512sums = bf63d30a0601b987bdaf5bac4fc6b866f0c6ac3fb826704e81c1f9dfc265a8d57e205d771daa297f46071609b60c4ed58f62f7d9abaa7442bc91647e023d3c2d
diff --git a/PKGBUILD b/PKGBUILD
index 135b7d4ba305..f3e42b0905c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='concourse-fly'
pkgver=v3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A command line interface that runs a build in a container with ATC."
arch=(x86_64)
url="https://concourse.ci/fly-cli.html"
@@ -10,7 +10,6 @@ license=('Apache')
source=(https://github.com/concourse/concourse/releases/download/${pkgver}/fly_linux_amd64)
sha512sums=('bf63d30a0601b987bdaf5bac4fc6b866f0c6ac3fb826704e81c1f9dfc265a8d57e205d771daa297f46071609b60c4ed58f62f7d9abaa7442bc91647e023d3c2d')
provides=('fly')
-depends=("linux-userns")
package() {
install -Dm755 "fly_linux_amd64" "$pkgdir/usr/bin/fly"