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 <xypr...@archlinux.org> -# Contributor: Philipp Trommler <a...@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 <xypr...@archlinux.org> +# Contributor: Philipp Trommler <a...@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: