Date: Tuesday, March 21, 2023 @ 11:07:23
  Author: alerque
Revision: 1424717

archrelease: copy trunk to community-x86_64

Added:
  pandoc-crossref/repos/community-x86_64/PKGBUILD
    (from rev 1424715, pandoc-crossref/trunk/PKGBUILD)
Deleted:
  pandoc-crossref/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 11:07:22 UTC (rev 1424716)
+++ PKGBUILD    2023-03-21 11:07:23 UTC (rev 1424717)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Arch Haskell Team <[email protected]>
-
-pkgname=pandoc-crossref
-pkgver=0.3.15.1
-pkgrel=21
-pkgdesc="Pandoc filter for cross-references"
-url="https://hackage.haskell.org/package/${pkgname}";
-license=("GPL2")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-data-default' 'haskell-gitrev' 'haskell-microlens'
-         'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-open-browser'
-         'haskell-optparse-applicative' 'haskell-pandoc' 
'haskell-pandoc-types' 'haskell-syb'
-         'haskell-utility-ht')
-makedepends=('ghc' 'haskell-hspec' 'pandoc-cli')
-conflicts=('haskell-pandoc-crossref')
-replaces=('haskell-pandoc-crossref')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('7847c4eccc03645aa899ee5824ed8200452f4750bd6efacec4ff5d58a2092ffa5c7429dc8c1b3a859cd76ece46d30623cb0456abec28812ea3789d569c3e256e')
-
-build() {
-  cd $pkgname-$pkgver
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
-    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
-    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
-    -f-enable_flaky_tests
-  runhaskell Setup build $MAKEFLAGS
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-  cd $pkgname-$pkgver
-  runhaskell Setup test --show-details=direct
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-  runhaskell Setup copy --destdir="${pkgdir}"
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: pandoc-crossref/repos/community-x86_64/PKGBUILD (from rev 1424715, 
pandoc-crossref/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-21 11:07:23 UTC (rev 1424717)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Arch Haskell Team <[email protected]>
+
+pkgname=pandoc-crossref
+pkgver=0.3.15.2
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-gitrev' 'haskell-microlens'
+         'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-open-browser'
+         'haskell-optparse-applicative' 'haskell-pandoc' 
'haskell-pandoc-types' 'haskell-syb'
+         'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec' 'pandoc-cli')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('f6498a2c8f40a8b22caa43b68d74553525ed7a9e3a151df01aa372bec35e646f1f61206e6cb44db5b674d89c19146c476e597a3675e077ce89fb562c05a69d19')
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+    -f-enable_flaky_tests
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Reply via email to