summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Bosch2020-06-03 21:06:44 +0200
committerMickael Bosch2020-06-03 21:06:44 +0200
commit154a50baf95a5934dca5c30cf8ca1045eea45d00 (patch)
tree6bade661eab4f5145cfbfbe8c348a92dfc5a8f44
parent5b988fd3fa75b3c06a9c37fbc787b3115e41b468 (diff)
downloadaur-154a50baf95a5934dca5c30cf8ca1045eea45d00.tar.gz
include boost in the dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 022d1035c740..feeef19415f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = zegrapher
arch = x86_64
license = GPL
depends = qt5-base
+ depends = boost
conflicts = zegrapher
source = https://github.com/AdelKS/ZeGrapher/archive/v3.1.tar.gz
md5sums = f6099bea1d4787702a0d67705e2c3dc3
diff --git a/PKGBUILD b/PKGBUILD
index 4d28f5368783..d0f166da034a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="http://www.zegrapher.com"
makedepends=()
license=('GPL')
pkgdesc="mathematical objects plotting software"
-depends=(qt5-base)
+depends=(qt5-base boost)
conflicts=(zegrapher)
source=("https://github.com/AdelKS/ZeGrapher/archive/v3.1.tar.gz")
md5sums=('f6099bea1d4787702a0d67705e2c3dc3')