cb2bib: update to 1.9.9, switched to pacman hooks #74

This commit is contained in:
Francesco Marinucci 2018-12-28 10:13:46 +01:00
parent cd8248ad21
commit 4f6664fa1d
2 changed files with 2 additions and 14 deletions

View File

@ -1,5 +1,5 @@
pkgname=cb2bib
pkgver=1.9.7
pkgver=1.9.9
pkgrel=1
pkgdesc="A tool for parsing clipboard data into BibTeX bibliographic database files"
arch=('x86_64')
@ -12,9 +12,8 @@ optdepends=('openssl: network reference query support'
'texlive-latex3: file correctness checking; bib2pdf printing'
'xpdf: pdftotext support')
categories=('office')
install=cb2bib.install
source=(http://www.molspaces.com/dl/progs/$pkgname-$pkgver.tar.gz)
sha256sums=('fae8520d85a01066434dbdc9357663467c20b4578229cea3047cc6f069dd283f')
sha256sums=('873c9f7f246469c0367982a7146e6aab301891baa5fbe1aa63466462d2fea78b')
build() {
cd "$srcdir/$pkgname-$pkgver"

View File

@ -1,11 +0,0 @@
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}