summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a863d64bf50b..e22f6da2dc47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# 二 3月 14 06:26:12 UTC 2017
+# 二 4月 17 09:34:35 UTC 2018
pkgbase = dot-editor
pkgdesc = The application, among other things, act as a graphical interface for the popular graphviz package. More generally, it is able to display the output of any text-based program that produces graphic files as output.
pkgver = 1.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://sites.google.com/site/doteditorhome/
arch = i686
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = dot-editor
depends = icu
depends = libffi
depends = graphite
+ depends = graphviz
options = !emptydirs
source = https://github.com/TNick/dot-editor/archive/1.1.4.tar.gz
md5sums = e85f18dd5376fc1f54e933fa801d4650
diff --git a/PKGBUILD b/PKGBUILD
index 4115e4ba649b..f87ce9508e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=dot-editor
pkgver=1.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="The application, among other things, act as a graphical interface for the popular graphviz package. More generally, it is able to display the output of any text-based program that produces graphic files as output."
arch=('i686' 'x86_64')
url="https://sites.google.com/site/doteditorhome/"
license=('')
-depends=('qt5-base' 'libx11' 'libpng' 'harfbuzz' 'libgl' 'icu' 'libffi' 'graphite')
+depends=('qt5-base' 'libx11' 'libpng' 'harfbuzz' 'libgl' 'icu' 'libffi' 'graphite' 'graphviz')
makedepends=('bzip2' 'cmake')
options=('!emptydirs')
source=("https://github.com/TNick/dot-editor/archive/$pkgver.tar.gz")
@@ -23,4 +23,4 @@ package() {
cd ${srcdir}/${pkgname}-${pkgver}
make install
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-} \ No newline at end of file
+}