summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRains2017-03-14 14:26:54 +0800
committerRains2017-03-14 14:26:54 +0800
commitf3b43de51ce8844ee1faf886630f520c236749a1 (patch)
tree3f6e8ccc761f699afa13306f9ae8a621cea29752
parente77c0ecf2088db84cde6c22f064f8ec7ebf93f96 (diff)
downloadaur-f3b43de51ce8844ee1faf886630f520c236749a1.tar.gz
update to 1.1.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4994bb816702..a863d64bf50b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# 二 3月 14 06:26:12 UTC 2017
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 = 2
+ pkgver = 1.1.4
+ pkgrel = 1
url = https://sites.google.com/site/doteditorhome/
arch = i686
arch = x86_64
@@ -16,8 +18,8 @@ pkgbase = dot-editor
depends = libffi
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 = b91bb9cab1d5aa68ce2c90c850ef9f6d
+ source = https://github.com/TNick/dot-editor/archive/1.1.4.tar.gz
+ md5sums = e85f18dd5376fc1f54e933fa801d4650
pkgname = dot-editor
diff --git a/PKGBUILD b/PKGBUILD
index 50fe16ff3909..4115e4ba649b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=dot-editor
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
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/"
@@ -10,17 +10,17 @@ license=('')
depends=('qt5-base' 'libx11' 'libpng' 'harfbuzz' 'libgl' 'icu' 'libffi' 'graphite')
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=('b91bb9cab1d5aa68ce2c90c850ef9f6d')
+source=("https://github.com/TNick/dot-editor/archive/$pkgver.tar.gz")
+md5sums=('e85f18dd5376fc1f54e933fa801d4650')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}-Source
+ cd ${srcdir}/${pkgname}-${pkgver}
cmake . -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" -DCMAKE_BUILD_TYPE=Release
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}-Source
+ cd ${srcdir}/${pkgname}-${pkgver}
make install
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
+} \ No newline at end of file