aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Vasilev2017-02-10 13:42:30 +0200
committerRoman Vasilev2017-02-10 13:42:30 +0200
commit92e748f30e837322c13116b2c411837c2eac78ff (patch)
treed7d64657a38dd45b53a811ad57ec62f85e2c7819
parent7c8bce9ca0ee5f642a2f1e7631e3b82e49d09a00 (diff)
downloadaur-92e748f30e837322c13116b2c411837c2eac78ff.tar.gz
fix
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8f090c10737..7a37ab333a58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
# Generated by mksrcinfo v8
-# Fri Feb 10 11:37:49 UTC 2017
-pkgbase = utopia-documents3
+# Fri Feb 10 11:42:23 UTC 2017
+pkgbase = 3
pkgdesc = PDF reader that displays interactive annotations on scientific articles
pkgver = 3.0.0
pkgrel = 1
@@ -19,12 +19,12 @@ pkgbase = utopia-documents3
depends = qt5-script
depends = poppler-qt5
depends = python2-pyqt5
- provides = utopia-documents3
+ provides = utopia-documents
conflicts = utopia-documents
- source = http://utopiadocs.com/files/utopia-documents3-3.0.0.tgz
+ source = http://utopiadocs.com/files/utopia-documents-3.0.0.tgz
source = configure.patch
sha256sums = 1c259b68fada7f98080a66a63e36c707b78bfc3a5c80a956568ee73c030c8cac
sha256sums = 808a26f259768507e864d729191b8dd85a6472f43d9c1f507dd775dd1eaedcc2
-pkgname = utopia-documents3
+pkgname = utopia-documents
diff --git a/PKGBUILD b/PKGBUILD
index 56b36b2d8289..8cde37adeddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
# Contributor: Zhu Jinxuan <zhujinxuan@gmail.com>
# Contributor: tdy tdy@archlinux.info
-pkgname=utopia-documents3
+pkgname=utopia-documents
+pkgbase=3
pkgver=3.0.0
pkgrel=1
pkgdesc="PDF reader that displays interactive annotations on scientific articles"
arch=(i686 x86_64)
url=http://utopiadocs.com
license=(GPL)
-provides=('utopia-documents3')
+provides=('utopia-documents')
conflicts=('utopia-documents')
depends=(libqglviewer pcre qt5-svg qt5-webkit qt5-script poppler-qt5 python2-pyqt5)
makedepends=(cmake boost swig glew)