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

Alexander Rødseth arodseth at archlinux.org
Mon Aug 29 07:14:52 UTC 2016


    Date: Monday, August 29, 2016 @ 07:14:51
  Author: arodseth
Revision: 187871

upgpkg: fvextra 1.2-2

Modified:
  fvextra/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-29 06:58:01 UTC (rev 187870)
+++ PKGBUILD	2016-08-29 07:14:51 UTC (rev 187871)
@@ -4,7 +4,7 @@
 
 pkgname=fvextra
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Extensions to fancyvrb, including automatic line breaking and improved math mode'
 url="https://github.com/gpoore/$pkgname"
 arch=('any')
@@ -17,16 +17,16 @@
             '12978d92dcfaa62ce80e8dbbfc50af56dcbbac858521b9bce21caa0dd2f15bc3')
 
 build() {
-  cd "$pkgname-$pkgver/fvextra"
+  cd "$pkgname-$pkgver/$pkgname"
 
-  yes | tex fvextra.ins
+  yes | tex "$pkgname.ins"
 }
 
 package() {
-  cd "$pkgname-$pkgver/fvextra"
+  cd "$pkgname-$pkgver/$pkgname"
 
-  install -Dm644 fvextra.sty "$pkgdir/usr/share/texmf/tex/latex/$pkgname"
-  install -Dm644 fvextra.pdf "$pkgdir/usr/share/doc/$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:



More information about the arch-commits mailing list