summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")