summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann2023-10-05 07:29:32 +0200
committerRené 'Necoro' Neumann2023-10-05 07:29:32 +0200
commit8ed623723c1e4df2cef06738e537bd69e5843b22 (patch)
tree86f6ef83fc84b0111dae3744c2a26f198df64dc3
parent276f8f46b0786b0924e00e6559e0a94a16897b11 (diff)
downloadaur-8ed623723c1e4df2cef06738e537bd69e5843b22.tar.gz
Upgrade go-dep to required version
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d5812596214..6bc1f8d88d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Quickly check commit log of Arch and AUR packages'
arch=('x86_64')
url="https://github.com/Necoro/arch-log"
license=('GPL')
-makedepends=('go>=1.20' 'git')
+makedepends=('go>=1.21' 'git')
source=('git+https://github.com/Necoro/arch-log')
sha256sums=('SKIP')
conflicts=('arch-log')