summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRains2015-08-21 23:41:48 +0800
committerRains2015-08-21 23:41:48 +0800
commite77c0ecf2088db84cde6c22f064f8ec7ebf93f96 (patch)
tree3f76c604a63f07e786049dfc49326bf664bbe077
parent0b088c3c30b4127dea35577b2211ee6f0601fec2 (diff)
downloadaur-e77c0ecf2088db84cde6c22f064f8ec7ebf93f96.tar.gz
add md5sum and update make depend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bd56d0d2c07..4994bb816702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
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.2
- pkgrel = 1
+ pkgrel = 2
url = https://sites.google.com/site/doteditorhome/
arch = i686
arch = x86_64
makedepends = bzip2
+ makedepends = cmake
depends = qt5-base
depends = libx11
depends = libpng
@@ -16,7 +17,7 @@ pkgbase = dot-editor
depends = graphite
options = !emptydirs
source = http://tnick.github.com/dot-editor/distrib/1.1.1/source/dot-editor-1.1.1-Source.tar.bz2
- md5sums = SKIP
+ md5sums = b91bb9cab1d5aa68ce2c90c850ef9f6d
pkgname = dot-editor
diff --git a/PKGBUILD b/PKGBUILD
index aecfb1dc2c63..50fe16ff3909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=dot-editor
pkgver=1.1.2
-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')
-makedepends=('bzip2')
+makedepends=('bzip2' 'cmake')
options=('!emptydirs')
source=("http://tnick.github.com/dot-editor/distrib/1.1.1/source/dot-editor-1.1.1-Source.tar.bz2")
-md5sums=('SKIP')
+md5sums=('b91bb9cab1d5aa68ce2c90c850ef9f6d')
build() {
cd ${srcdir}/${pkgname}-${pkgver}-Source