summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan2019-07-21 22:10:43 +1200
committerEthan2019-07-21 22:10:43 +1200
commit97c6241cb93058d2294f8016330c8f02932c7a34 (patch)
treea1a3e6ef0b24d8e222d3a9e32117356fa8175802 /PKGBUILD
parent094782d238644adc2e720754f27f57270f81ea1a (diff)
downloadaur-97c6241cb93058d2294f8016330c8f02932c7a34.tar.gz
binutils is not a direct dependency, it is required by gcc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca0be02fc486..895af68bdf40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ethan Brittain-Morby <ebm539 at protonmail dot com>
pkgname=dsvpn-git
pkgver=r126.e7e1311
-pkgrel=1
+pkgrel=2
pkgdesc="A Dead Simple VPN."
arch=('any')
url="https://github.com/jedisct1/dsvpn"
license=('MIT')
depends=()
-makedepends=(make gcc binutils git)
+makedepends=(make gcc git)
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
source=("git+https://github.com/jedisct1/dsvpn")