mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:37:15 +08:00
cb2bib: update to 1.9.9, switched to pacman hooks #74
This commit is contained in:
parent
cd8248ad21
commit
4f6664fa1d
@ -1,5 +1,5 @@
|
|||||||
pkgname=cb2bib
|
pkgname=cb2bib
|
||||||
pkgver=1.9.7
|
pkgver=1.9.9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A tool for parsing clipboard data into BibTeX bibliographic database files"
|
pkgdesc="A tool for parsing clipboard data into BibTeX bibliographic database files"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -12,9 +12,8 @@ optdepends=('openssl: network reference query support'
|
|||||||
'texlive-latex3: file correctness checking; bib2pdf printing'
|
'texlive-latex3: file correctness checking; bib2pdf printing'
|
||||||
'xpdf: pdftotext support')
|
'xpdf: pdftotext support')
|
||||||
categories=('office')
|
categories=('office')
|
||||||
install=cb2bib.install
|
|
||||||
source=(http://www.molspaces.com/dl/progs/$pkgname-$pkgver.tar.gz)
|
source=(http://www.molspaces.com/dl/progs/$pkgname-$pkgver.tar.gz)
|
||||||
sha256sums=('fae8520d85a01066434dbdc9357663467c20b4578229cea3047cc6f069dd283f')
|
sha256sums=('873c9f7f246469c0367982a7146e6aab301891baa5fbe1aa63466462d2fea78b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
post_install() {
|
|
||||||
update-desktop-database -q
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install $1
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
post_install $1
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user