summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-02-12 02:13:39 +0500
committerDmitry Kharitonov2019-02-12 02:13:39 +0500
commitbb5080ef5973de414194bb4d72a1a27049e55fb0 (patch)
tree25b6b43f78380f3230930cafcbec56c4ca962e6e
parentbe1971e1abe73f96f060e8cad0302dfbc9d38d3f (diff)
downloadaur-bb5080ef5973de414194bb4d72a1a27049e55fb0.tar.gz
Updated deps; removed the obsolete install file
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--cb2bib.install11
3 files changed, 7 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fee6e16845c..921cba42a041 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = cb2bib
pkgdesc = A tool for parsing clipboard data into BibTeX bibliographic database files
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.molspaces.com/cb2bib/
- install = cb2bib.install
arch = i686
arch = x86_64
license = GPL3
depends = desktop-file-utils
- depends = lzo
- depends = qt5-base
- depends = qt5-x11extras
+ depends = qt5-webkit
+ optdepends = mathjax: for displaying mathematical notation
optdepends = openssl: network reference query support
optdepends = perl-image-exiftool: meta data support
optdepends = texlive-core: file correctness checking; bib2pdf printing
diff --git a/PKGBUILD b/PKGBUILD
index 9a17afa8cde4..91827aa5aec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
pkgname=cb2bib
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for parsing clipboard data into BibTeX bibliographic database files"
arch=('i686' 'x86_64')
url="http://www.molspaces.com/cb2bib/"
license=('GPL3')
-depends=('desktop-file-utils' 'lzo' 'qt5-base' 'qt5-x11extras')
-optdepends=('openssl: network reference query support'
+depends=('desktop-file-utils' 'qt5-webkit')
+optdepends=('mathjax: for displaying mathematical notation'
+ 'openssl: network reference query support'
'perl-image-exiftool: meta data support'
'texlive-core: file correctness checking; bib2pdf printing'
'xpdf: pdftotext support')
-install=cb2bib.install
source=(http://www.molspaces.com/dl/progs/$pkgname-$pkgver.tar.gz)
sha256sums=('30a59dab4e41ee96ac7f5d0689102baed208e031ed86e34b33991214bb65673f')
diff --git a/cb2bib.install b/cb2bib.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/cb2bib.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}