diff --git a/cb2bib/PKGBUILD b/cb2bib/PKGBUILD index 5122fa9c8..231085070 100644 --- a/cb2bib/PKGBUILD +++ b/cb2bib/PKGBUILD @@ -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" diff --git a/cb2bib/cb2bib.install b/cb2bib/cb2bib.install deleted file mode 100644 index 2eaa60550..000000000 --- a/cb2bib/cb2bib.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -}