summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-07-17 15:06:01 +0500
committerDmitry Kharitonov2016-07-17 15:06:01 +0500
commit7aec9ebebc2c8e2a6fca452d0ef372893b533ec9 (patch)
tree589a4865d8cc347b648152345e2a0da3cb41ee1c
parent374d8d3cb6bfb74959d25114c8cf218226310c0e (diff)
downloadaur-7aec9ebebc2c8e2a6fca452d0ef372893b533ec9.tar.gz
Updated to 1.9.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d1c1989a26f..b38c9cd94fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 20 05:49:28 UTC 2016
+# Sun Jul 17 10:05:52 UTC 2016
pkgbase = cb2bib
pkgdesc = A tool for parsing clipboard data into BibTeX bibliographic database files
- pkgver = 1.9.4
+ pkgver = 1.9.5
pkgrel = 1
url = http://www.molspaces.com/cb2bib/
install = cb2bib.install
@@ -17,8 +17,8 @@ pkgbase = cb2bib
optdepends = perl-image-exiftool: meta data support
optdepends = texlive-core: file correctness checking; bib2pdf printing
optdepends = xpdf: pdftotext support
- source = http://www.molspaces.com/dl/progs/cb2bib-1.9.4.tar.gz
- sha256sums = e31efacae6c4c4646113a2dd328651900b19744fbdb23c8c2c8c279ae3ca29d3
+ source = http://www.molspaces.com/dl/progs/cb2bib-1.9.5.tar.gz
+ sha256sums = 7c4830835aacf3a23273e21ce8aaba6134c22847cbc48dafbd4f1ee26f99d9bf
pkgname = cb2bib
diff --git a/PKGBUILD b/PKGBUILD
index a32a8d1ed234..01f675d15a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: TDY <tdy@gmx.com>
pkgname=cb2bib
-pkgver=1.9.4
+pkgver=1.9.5
pkgrel=1
pkgdesc="A tool for parsing clipboard data into BibTeX bibliographic database files"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ optdepends=('openssl: network reference query support'
'xpdf: pdftotext support')
install=cb2bib.install
source=(http://www.molspaces.com/dl/progs/$pkgname-$pkgver.tar.gz)
-sha256sums=('e31efacae6c4c4646113a2dd328651900b19744fbdb23c8c2c8c279ae3ca29d3')
+sha256sums=('7c4830835aacf3a23273e21ce8aaba6134c22847cbc48dafbd4f1ee26f99d9bf')
build() {
cd "$srcdir/$pkgname-$pkgver"