summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
+}