[arch-commits] Commit in minted/repos/community-any (4 files)

Alexander Rødseth arodseth at archlinux.org
Sun Sep 3 08:47:57 UTC 2017


    Date: Sunday, September 3, 2017 @ 08:47:57
  Author: arodseth
Revision: 255602

archrelease: copy trunk to community-any

Added:
  minted/repos/community-any/PKGBUILD
    (from rev 255601, minted/trunk/PKGBUILD)
  minted/repos/community-any/minted.install
    (from rev 255601, minted/trunk/minted.install)
Deleted:
  minted/repos/community-any/PKGBUILD
  minted/repos/community-any/minted.install

----------------+
 PKGBUILD       |   70 +++++++++++++++++++++++++++----------------------------
 minted.install |   26 ++++++++++----------
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-03 08:47:44 UTC (rev 255601)
+++ PKGBUILD	2017-09-03 08:47:57 UTC (rev 255602)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Markus Härer <markus.haerer at gmx.net>
-# Contributor: robotanarchy
-# Contributor: Philipp Trommler <aur at philipp-trommler.me>
-
-pkgname=minted
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Syntax highlighted source code for LaTeX'
-url='https://github.com/gpoore/minted'
-arch=('any')
-license=('LPPL')
-depends=('texlive-latexextra' 'pygmentize' 'fvextra')
-source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/minted/archive/v${pkgver}.tar.gz"
-        'minted.install')
-install=minted.install
-sha256sums=('51da30b2aaa705c132c3e1e7e515ee0762152a493c4b4634a8cadb8e9636dcb7'
-            '4e54230bc50a4efaebd03e0d59518dcb5e0695e77af97ce0eb5468bfa4ff8719')
-
-build() {
-  cd "$pkgname-$pkgver/source"
-
-  yes | tex "$pkgname.ins"
-}
-
-package() {
-  cd "$pkgname-$pkgver/source"
-
-  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: minted/repos/community-any/PKGBUILD (from rev 255601, minted/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-03 08:47:57 UTC (rev 255602)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Markus Härer <markus.haerer at gmx.net>
+# Contributor: robotanarchy
+# Contributor: Philipp Trommler <aur at philipp-trommler.me>
+
+pkgname=minted
+pkgver=2.5
+pkgrel=1
+pkgdesc='Syntax highlighted source code for LaTeX'
+url='https://github.com/gpoore/minted'
+arch=('any')
+license=('LPPL')
+depends=('texlive-latexextra' 'pygmentize' 'fvextra')
+source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/minted/archive/v${pkgver}.tar.gz"
+        'minted.install')
+install=minted.install
+sha256sums=('a4dadd158d01c2c85e0ff016bc9beae5be07e5c777b5633bbac3c07a43ca3e0e'
+            '4e54230bc50a4efaebd03e0d59518dcb5e0695e77af97ce0eb5468bfa4ff8719')
+
+build() {
+  cd "$pkgname-$pkgver/source"
+
+  yes | tex "$pkgname.ins"
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+
+  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:

Deleted: minted.install
===================================================================
--- minted.install	2017-09-03 08:47:44 UTC (rev 255601)
+++ minted.install	2017-09-03 08:47:57 UTC (rev 255602)
@@ -1,13 +0,0 @@
-post_install() {
-  texconfig-sys rehash
-}
-
-post_upgrade() {
-  texconfig-sys rehash
-}
-
-post_remove() {
-  texconfig-sys rehash
-}
-
-# vim:set ts=2 sw=2 et:

Copied: minted/repos/community-any/minted.install (from rev 255601, minted/trunk/minted.install)
===================================================================
--- minted.install	                        (rev 0)
+++ minted.install	2017-09-03 08:47:57 UTC (rev 255602)
@@ -0,0 +1,13 @@
+post_install() {
+  texconfig-sys rehash
+}
+
+post_upgrade() {
+  texconfig-sys rehash
+}
+
+post_remove() {
+  texconfig-sys rehash
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list