[arch-commits] Commit in fvextra/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Nov 6 11:41:38 UTC 2019


    Date: Wednesday, November 6, 2019 @ 11:41:37
  Author: arodseth
Revision: 524347

upgpkg: fvextra 1.4-1

Modified:
  fvextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-06 11:32:13 UTC (rev 524346)
+++ PKGBUILD	2019-11-06 11:41:37 UTC (rev 524347)
@@ -1,28 +1,27 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Philipp Trommler <aur at philipp-trommler.me>
 
 pkgname=fvextra
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.4
+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')
+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-$pkgver/$pkgname"
-
+  cd "$pkgname/$pkgname"
   yes | tex "$pkgname.ins"
 }
 
 package() {
-  cd "$pkgname-$pkgver/$pkgname"
-
+  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:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list