summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas K2017-12-29 19:10:27 +0100
committerLukas K2017-12-29 19:10:27 +0100
commit2b65ad721c7c872af648c8d00306dcaa61a23f1b (patch)
treeed5523e7f58c622174806df7b3d67c03ab832ff0
parent11b7719fb6eaac76fff7d338b0f20649eedda468 (diff)
downloadaur-2b65ad721c7c872af648c8d00306dcaa61a23f1b.tar.gz
add dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44fcefa5f881..dc536054e474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 25 17:40:15 UTC 2017
+# Fri Dec 29 18:10:02 UTC 2017
pkgbase = horizon-git
pkgdesc = free EDA package written in C++
pkgver = r185.59b2f6b
@@ -16,7 +16,9 @@ pkgbase = horizon-git
depends = gtkmm3
depends = cairomm
depends = librsvg
- depends = sqlite
+ depends = sqlite,
+ depends = libgit2,
+ depends = curl
source = git+https://github.com/carrotIndustries/horizon.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 809857a82359..00a99f78ea99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="free EDA package written in C++"
arch=('x86_64' 'i686')
url="https://github.com/carrotIndustries/horizon"
license=('GPL')
-depends=('yaml-cpp' 'zeromq' 'gtkmm3' 'cairomm' 'librsvg' 'sqlite')
+depends=('yaml-cpp' 'zeromq' 'gtkmm3' 'cairomm' 'librsvg' 'sqlite', 'libgit2', 'curl')
makedepends=('boost-libs' 'boost' 'glm')
source=("git+https://github.com/carrotIndustries/horizon.git")
md5sums=('SKIP')