summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Brassat2021-07-30 14:55:55 +0200
committerChristian Brassat2021-07-30 14:55:55 +0200
commit7d0574ec2ef32fb0e821e59afb3b7c186f0248ba (patch)
tree6280edb4336a63bdb784cff771060e2a4713edca
parente7ef61d72adfb96e4e6bd1190bfd099637e95de7 (diff)
downloadaur-7d0574ec2ef32fb0e821e59afb3b7c186f0248ba.tar.gz
add git as make dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 705af08b3e10..e6d55004cd4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = neoray-git
pkgdesc = Go GUI for neovim
pkgver = r295.04af3e7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hismailbulut/neoray
arch = any
license = MIT
- depends = go
+ makedepends = go
+ makedepends = git
+ depends = neovim
source = git+https://github.com/hismailbulut/neoray.git
source = neoray.desktop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 450506e884d2..e8e8e5cd1e38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgbase=neoray
pkgname=${_pkgbase}-git
pkgver=r295.04af3e7
-pkgrel=1
+pkgrel=2
pkgdesc="Go GUI for neovim"
arch=('any')
url="https://github.com/hismailbulut/neoray"
license=('MIT')
depends=('neovim')
-makedepends=('go')
+makedepends=('go' 'git')
conflicts=()
source=('git+https://github.com/hismailbulut/neoray.git'
'neoray.desktop')