Date: Sunday, March 12, 2023 @ 14:50:36
  Author: jelle
Revision: 1419287

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-12 14:50:29 UTC (rev 1419286)
+++ PKGBUILD    2023-03-12 14:50:36 UTC (rev 1419287)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Philipp Trommler <[email protected]>
-
-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:

Copied: fvextra/repos/community-any/PKGBUILD (from rev 1419286, 
fvextra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-12 14:50:36 UTC (rev 1419287)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Philipp Trommler <[email protected]>
+
+pkgname=fvextra
+pkgver=1.4
+pkgrel=3
+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:

Reply via email to