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

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 23:30:58 UTC 2022


    Date: Sunday, April 24, 2022 @ 23:30:57
  Author: allan
Revision: 1189708

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 23:30:41 UTC (rev 1189707)
+++ PKGBUILD	2022-04-24 23:30:57 UTC (rev 1189708)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Philipp Trommler <aur at philipp-trommler.me>
-
-pkgname=fvextra
-pkgver=1.4
-pkgrel=1
-pkgdesc='Extensions to fancyvrb, including automatic line breaking and improved math mode'
-url='https://github.com/gpoore/fvextra'
-arch=(any)
-license=(LPPL)
-makedepends=(git)
-depends=(texlive-latexextra)
-source=("git+$url#commit=cc1c0c5f7b92023cfec67084e2a87bdac520414c") # tag v1.4
-sha256sums=('SKIP')
-
-build() {
-  cd "$pkgname/$pkgname"
-  yes | tex "$pkgname.ins"
-}
-
-package() {
-  cd "$pkgname/$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: ts=2 sw=2 et:

Copied: fvextra/repos/community-any/PKGBUILD (from rev 1189707, fvextra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 23:30:57 UTC (rev 1189708)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Philipp Trommler <aur at philipp-trommler.me>
+
+pkgname=fvextra
+pkgver=1.4
+pkgrel=2
+pkgdesc='Extensions to fancyvrb, including automatic line breaking and improved math mode'
+url='https://github.com/gpoore/fvextra'
+arch=(any)
+license=(LPPL)
+makedepends=(git)
+depends=(texlive-latexextra)
+source=("git+$url#commit=cc1c0c5f7b92023cfec67084e2a87bdac520414c") # tag v1.4
+sha256sums=('SKIP')
+
+build() {
+  cd "$pkgname/$pkgname"
+  yes | tex "$pkgname.ins"
+}
+
+package() {
+  cd "$pkgname/$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: ts=2 sw=2 et:



More information about the arch-commits mailing list