summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas K2019-04-16 21:15:18 +0200
committerLukas K2019-04-16 21:15:18 +0200
commit1755da2f1890127cc6e78348ab6a56adf4960498 (patch)
tree0f90a79fc7b96f5c9f214d669ee084c572d4ebbb
parenta293229ab584313491e5f16554e2c3fecea17087 (diff)
downloadaur-1755da2f1890127cc6e78348ab6a56adf4960498.tar.gz
add podofo dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f63d15064d..4f4e1606eaaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jun 23 23:16:40 UTC 2018
+# Tue Apr 16 19:14:57 UTC 2019
pkgbase = horizon-git
pkgdesc = free EDA package written in C++
pkgver = r185.59b2f6b
@@ -20,6 +20,7 @@ pkgbase = horizon-git
depends = libgit2
depends = curl
depends = opencascade
+ depends = podofo
source = git+https://github.com/carrotIndustries/horizon.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a51f45f675f6..22559dac4186 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' 'sqlite3' 'libgit2' 'curl' 'opencascade')
+depends=('yaml-cpp' 'zeromq' 'gtkmm3' 'cairomm' 'librsvg' 'sqlite3' 'libgit2' 'curl' 'opencascade' 'podofo')
makedepends=('boost-libs' 'boost' 'glm')
source=("git+https://github.com/carrotIndustries/horizon.git")
md5sums=('SKIP')