summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasket2019-03-25 19:21:49 +0100
committervasket2019-03-25 19:21:49 +0100
commitb8e74e7a8f213ac327b4ea90e7455069479fcb70 (patch)
tree9a3178601847f9c4d2ec4502f7a002746e882800
parent2ded67d198395539d6bf45116514971f21b81696 (diff)
downloadaur-b8e74e7a8f213ac327b4ea90e7455069479fcb70.tar.gz
added make to builddeps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d7a5e10a42..0752981e7eb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brig-git
pkgdesc = File synchronization on top of ipfs with git like interface and web based UI -- development branch
pkgver = develop
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sahib/brig
arch = x86_64
arch = i686
@@ -9,6 +9,7 @@ pkgbase = brig-git
arch = aarch64
license = AGPLv3
makedepends = git
+ makedepends = make
depends = go
provides = brig
source = git+https://github.com/sahib/brig
diff --git a/PKGBUILD b/PKGBUILD
index 40b925ad9313..8a5e007fc692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname="brig-git"
_pkgname="brig"
pkgver="develop"
-pkgrel="2"
+pkgrel="3"
pkgdesc="File synchronization on top of ipfs with git like interface and web based UI -- development branch"
arch=(x86_64 i686 armv7h aarch64)
license=("AGPLv3")
url="https://github.com/sahib/${_pkgname}"
depends=(go)
-makedepends=(git)
+makedepends=(git make)
provides=("brig")
source=("git+https://github.com/sahib/${_pkgname}")