[arch-commits] Commit in fvextra/repos/community-any (3 files)

Alexander Rødseth arodseth at archlinux.org
Thu Mar 23 17:39:34 UTC 2017


    Date: Thursday, March 23, 2017 @ 17:39:34
  Author: arodseth
Revision: 218552

archrelease: copy trunk to community-any

Added:
  fvextra/repos/community-any/PKGBUILD
    (from rev 218551, fvextra/trunk/PKGBUILD)
Deleted:
  fvextra/repos/community-any/PKGBUILD
  fvextra/repos/community-any/fvextra.install

-----------------+
 PKGBUILD        |   61 +++++++++++++++++++++++++-----------------------------
 fvextra.install |   11 ---------
 2 files changed, 29 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-23 17:39:25 UTC (rev 218551)
+++ PKGBUILD	2017-03-23 17:39:34 UTC (rev 218552)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Philipp Trommler <aur at philipp-trommler.me>
-
-pkgname=fvextra
-pkgver=1.2
-pkgrel=2
-pkgdesc='Extensions to fancyvrb, including automatic line breaking and improved math mode'
-url="https://github.com/gpoore/$pkgname"
-arch=('any')
-license=('LPPL')
-depends=('texlive-latexextra')
-source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/fvextra/archive/v$pkgver.tar.gz"
-        "fvextra.install")
-install=fvextra.install
-sha256sums=('fac2d6b6ad1e31d4387b8f569a99df207175b4dc2e1a65cd1b4108090d5d51aa'
-            '12978d92dcfaa62ce80e8dbbfc50af56dcbbac858521b9bce21caa0dd2f15bc3')
-
-build() {
-  cd "$pkgname-$pkgver/$pkgname"
-
-  yes | tex "$pkgname.ins"
-}
-
-package() {
-  cd "$pkgname-$pkgver/$pkgname"
-
-  install -Dm644 "$pkgname.sty" "$pkgdir/usr/share/texmf/tex/latex/$pkgname/$pkgname.sty"
-  install -Dm644 "$pkgname.pdf" "$pkgdir/usr/share/doc/$pkgname/$pkgname.pdf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fvextra/repos/community-any/PKGBUILD (from rev 218551, fvextra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-23 17:39:34 UTC (rev 218552)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Philipp Trommler <aur at philipp-trommler.me>
+
+pkgname=fvextra
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Extensions to fancyvrb, including automatic line breaking and improved math mode'
+url="https://github.com/gpoore/$pkgname"
+arch=('any')
+license=('LPPL')
+depends=('texlive-latexextra')
+source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/fvextra/archive/v$pkgver.tar.gz")
+sha256sums=('7468c3c3747c3880a4f278313eaccb2ce3b1d2a1cd61b457a8c35d79b2eb2d61')
+
+build() {
+  cd "$pkgname-$pkgver/$pkgname"
+
+  yes | tex "$pkgname.ins"
+}
+
+package() {
+  cd "$pkgname-$pkgver/$pkgname"
+
+  install -Dm644 "$pkgname.sty" "$pkgdir/usr/share/texmf/tex/latex/$pkgname/$pkgname.sty"
+  install -Dm644 "$pkgname.pdf" "$pkgdir/usr/share/doc/$pkgname/$pkgname.pdf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fvextra.install
===================================================================
--- fvextra.install	2017-03-23 17:39:25 UTC (rev 218551)
+++ fvextra.install	2017-03-23 17:39:34 UTC (rev 218552)
@@ -1,11 +0,0 @@
-post_install() {
-  texconfig-sys rehash
-}
-
-post_upgrade() {
-  texconfig-sys rehash
-}
-
-post_remove() {
-  texconfig-sys rehash
-}



More information about the arch-commits mailing list