summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud2017-09-05 19:07:07 +0200
committerMorten Linderud2017-09-05 19:07:07 +0200
commit08c40093af61c14fb6badc36900f4d4236a7c9ce (patch)
tree082037297aa26e6ab3e6c8520e32e695a1d895a4
parent36db85e5aaa24eabb46d8186a2bd900749956ecb (diff)
downloadaur-dep-git.tar.gz
upgpkg: dep-git r2425.d3e738d4-1
upstream release Added provides&conflcits for VCS package Signed-off-by: Morten Linderud <morten@linderud.pw>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 413e89b63606..643f55688f8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 4 08:16:28 UTC 2017
+# Tue Sep 5 17:07:08 UTC 2017
pkgbase = dep-git
pkgdesc = Go dependency tool
- pkgver = r2409.238d8af8
+ pkgver = r2425.d3e738d4
pkgrel = 1
url = https://github.com/golang/dep
arch = x86_64
@@ -10,6 +10,8 @@ pkgbase = dep-git
license = BSD
makedepends = go
makedepends = git
+ provides = dep
+ conflicts = dep
options = !strip
options = !emptydirs
source = git+https://github.com/golang/dep.git
diff --git a/PKGBUILD b/PKGBUILD
index 84d25748c6dc..a42c8def32fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dep-git
_pkgname=dep
-pkgver=r2409.238d8af8
+pkgver=r2425.d3e738d4
pkgrel=1
pkgdesc="Go dependency tool"
arch=('x86_64' 'i686')
@@ -10,6 +10,8 @@ url="https://github.com/golang/dep"
license=('BSD')
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
+provides=("dep")
+conflicts=("dep")
source=("git+https://github.com/golang/dep.git")
sha256sums=('SKIP')
_gourl='github.com/golang/dep'