summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Neumann2020-12-13 16:53:30 +0100
committerAlexander Neumann2020-12-13 16:53:30 +0100
commit4ec8eb6299f41aaadfb62b479fdf3f4a70535058 (patch)
tree714c8eafe906f3492398f2bd7dc9e6a84aa63710
parent596b980514c95343790267eca2db3f1d11306c8d (diff)
downloadaur-4ec8eb6299f41aaadfb62b479fdf3f4a70535058.tar.gz
Remove version constraint for go
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a81157e93032..fdbea517c56e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="https://github.com/restic/restic"
license=('BSD')
depends=('glibc')
-makedepends=('git' 'go>=1.3')
+makedepends=('git' 'go')
provides=('restic')
conflicts=('restic')
source=("${pkgname}::git+https://github.com/restic/restic")