summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilos Dukic2023-04-02 14:40:19 +0200
committerMilos Dukic2023-04-02 14:40:19 +0200
commitde01753495285b8593cfc4d4a572802de1fb1b53 (patch)
tree51d935190199bca347435a8a202076bcf134f289
parent0a5c1c7e9b324b3c9915b3dc1b00a4d790a6ada6 (diff)
downloadaur-de01753495285b8593cfc4d4a572802de1fb1b53.tar.gz
minor PKGBUILD update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09a8b72603c5..8d70e9dc5a84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,11 @@ pkgbase = goenv-git
arch = i686
arch = x86_64
license = MIT
+ makedepends = git
options = !libtool
options = docs
options = strip
- source = git://github.com/syndbg/goenv.git
+ source = git+https://github.com/syndbg/goenv.git
md5sums = SKIP
pkgname = goenv-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ebd4a5256dff..c4947718f79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="Like pyenv and rbenv, but for Go."
arch=('i686' 'x86_64')
url="https://github.com/syndbg/goenv"
license=('MIT')
-source=("git://github.com/syndbg/goenv.git")
+source=("git+https://github.com/syndbg/goenv.git")
+makedepends=('git')
options=('!libtool' 'docs' 'strip')
md5sums=('SKIP')