summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-07-07 07:58:44 -0400
committerAndrew Sun2018-07-07 07:58:44 -0400
commit26e17058a11ac486d36ef64d2aca425354c28080 (patch)
treecdaf0bb26e1867d14f208694a390df8a4065665e
parent8ec6ed16ba0b9747bc4e27b0d9c39a5b8f4b82fe (diff)
downloadaur-26e17058a11ac486d36ef64d2aca425354c28080.tar.gz
autovpn-git: add provides and conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7115ed688022..adddeb3fe645 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = autovpn-git
makedepends = go-pie
depends = go
depends = openvpn
+ provides = autovpn
+ conflicts = autovpn
options = !strip
options = !emptydirs
source = git+https://github.com/adtac/autovpn.git
diff --git a/PKGBUILD b/PKGBUILD
index 7b9a2a0d5a93..776ca234050c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url='https://github.com/adtac/autovpn'
license=('GPL3')
depends=('go' 'openvpn')
makedepends=('git' 'go-pie')
+conflicts=('autovpn')
+provides=('autovpn')
options=('!strip' '!emptydirs')
source=('git+https://github.com/adtac/autovpn.git')
sha256sums=('SKIP')