[arch-commits] Commit in texlive-publishers/trunk (PKGBUILD texlive.install)
François Charette
francois at archlinux.org
Tue Aug 18 10:08:10 UTC 2009
Date: Tuesday, August 18, 2009 @ 06:08:09
Author: francois
Revision: 50002
upgpkg: texlive-publishers 2009.14558-1
update + minor change in texlive.install
Modified:
texlive-publishers/trunk/PKGBUILD
texlive-publishers/trunk/texlive.install
-----------------+
PKGBUILD | 4 ++--
texlive.install | 6 ++----
2 files changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-08-18 10:06:44 UTC (rev 50001)
+++ PKGBUILD 2009-08-18 10:08:09 UTC (rev 50002)
@@ -1,7 +1,7 @@
# Maintainer: Firmicus <firmicus āt gmx dōt net>
pkgname=texlive-publishers
-pkgver=2009.14460
+pkgver=2009.14558
pkgrel=1
pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
license=('GPL')
@@ -12,7 +12,7 @@
source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
options=('!emptydirs')
install=texlive.install
-md5sums=('377ec061daf5ffa781f46dd4748823fb')
+md5sums=('0143da783ad8302ed5086432931ae813')
build() {
cd $srcdir
Modified: texlive.install
===================================================================
--- texlive.install 2009-08-18 10:06:44 UTC (rev 50001)
+++ texlive.install 2009-08-18 10:08:09 UTC (rev 50002)
@@ -4,11 +4,9 @@
}
post_upgrade() {
- echo ">>> texlive: updating the filename database..."
- texconfig-sys rehash
+ post_install
}
post_remove() {
- echo ">>> texlive: updating the filename database..."
- texconfig-sys rehash
+ post_install
}
More information about the arch-commits
mailing list