summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBram Swenson2017-05-30 12:46:04 -0700
committerBram Swenson2017-05-30 12:46:04 -0700
commit219b2782ca3aa1d30ebe671de93cff67bb79439c (patch)
treeb68d199d9b1a92bd486a050ff2551b32595d5cb4 /PKGBUILD
parented09ed7cee2d8854760b2f494355569eddc78500 (diff)
downloadaur-219b2782ca3aa1d30ebe671de93cff67bb79439c.tar.gz
concourse-fly v3.0.1-2 - remove linux-userns depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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"