summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-03-03 12:55:42 +0500
committerDmitry Kharitonov2017-03-03 12:55:42 +0500
commit89996c9ef8406bfd4f3427b75c05a0e0680d91ca (patch)
tree60efca2208262f9705982c68b962eeabc0bde5e5
parent45728fe180a81051cbe83ad0155c07e78bd3b595 (diff)
downloadaur-89996c9ef8406bfd4f3427b75c05a0e0680d91ca.tar.gz
Changed lzo2 dep to lzo per changes in core repo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d5a03dbf73..483546c599c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Jan 12 13:13:10 UTC 2017
+# Fri Mar 3 07:54:36 UTC 2017
pkgbase = cb2bib
pkgdesc = A tool for parsing clipboard data into BibTeX bibliographic database files
pkgver = 1.9.6
- 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 = lzo2
+ depends = lzo
depends = qt5-base
depends = qt5-x11extras
optdepends = openssl: network reference query support
diff --git a/PKGBUILD b/PKGBUILD
index 2d4b2e1502aa..a0c9a006a01e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=cb2bib
pkgver=1.9.6
-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' 'lzo2' 'qt5-base' 'qt5-x11extras')
+depends=('desktop-file-utils' 'lzo' 'qt5-base' 'qt5-x11extras')
optdepends=('openssl: network reference query support'
'perl-image-exiftool: meta data support'
'texlive-core: file correctness checking; bib2pdf printing'