Date: Wednesday, November 6, 2019 @ 11:41:42
  Author: arodseth
Revision: 524348

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-11-06 11:41:37 UTC (rev 524347)
+++ PKGBUILD    2019-11-06 11:41:42 UTC (rev 524348)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F Rødseth <[email protected]>
-# Contributor: Philipp Trommler <[email protected]>
-
-pkgname=fvextra
-pkgver=1.2.1
-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";)
-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:

Copied: fvextra/repos/community-any/PKGBUILD (from rev 524347, 
fvextra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-11-06 11:41:42 UTC (rev 524348)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Philipp Trommler <[email protected]>
+
+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:

Reply via email to