[arch-commits] Commit in asymptote/trunk (PKGBUILD texlive.install)

Antonio Rojas arojas at archlinux.org
Thu May 5 07:14:00 UTC 2016


    Date: Thursday, May 5, 2016 @ 09:14:00
  Author: arojas
Revision: 266915

Update to 2.37, remove info call from install file

Modified:
  asymptote/trunk/PKGBUILD
  asymptote/trunk/texlive.install

-----------------+
 PKGBUILD        |    5 ++---
 texlive.install |    7 -------
 2 files changed, 2 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-05 07:05:38 UTC (rev 266914)
+++ PKGBUILD	2016-05-05 07:14:00 UTC (rev 266915)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.36
+pkgver=2.37
 pkgrel=1
 pkgdesc="A vector graphics language (like metapost)"
 arch=('i686' 'x86_64')
@@ -19,8 +19,7 @@
             'python2-pillow:    for the xasy GUI'
             'tix:               for the xasy GUI')
 source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz")
-install=texlive.install
-sha1sums=('6f76dfeff9bfb5d15a84935465be1ae563988169')
+sha1sums=('758f56247604f0066d038b467451df970e6bc94b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: texlive.install
===================================================================
--- texlive.install	2016-05-05 07:05:38 UTC (rev 266914)
+++ texlive.install	2016-05-05 07:14:00 UTC (rev 266915)
@@ -1,7 +1,4 @@
-info_dir=usr/share/info
-
 post_install() {
-  install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir
   echo ">>> updating the filename database for texlive..."
   mktexlsr --quiet usr/share/texmf
 }
@@ -10,10 +7,6 @@
   post_install
 }
 
-pre_remove() {
-  install-info --delete ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-}
-
 post_remove() {
   echo ">>> updating the filename database for texlive..."
   mktexlsr --quiet usr/share/texmf



More information about the arch-commits mailing list