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

Felix Yan felixonmars at archlinux.org
Tue Jun 23 18:08:48 UTC 2020


    Date: Tuesday, June 23, 2020 @ 18:08:45
  Author: felixonmars
Revision: 651376

upgpkg: pandoc-citeproc 0.17.0.1-1: rebuild with pandoc-citeproc 0.17.0.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 18:04:22 UTC (rev 651375)
+++ PKGBUILD	2020-06-23 18:08:45 UTC (rev 651376)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc-citeproc
-pkgver=0.17
-pkgrel=154
+pkgver=0.17.0.1
+pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname"
 license=("BSD")
@@ -18,13 +18,12 @@
 replaces=('haskell-pandoc-citeproc')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz")
-sha512sums=('65bc510c1208d5c76884c1b5898d033abd06ebce040c36e1ec2f11fd0107fbb6ac838e0be6d97c40c9b2893ba6bdc38d2bf5c12fec7db069bbabd37d6d07b4e7')
+sha512sums=('b616007c8b105e3245bae87f60e2ad55809435c82cf91cf32498dad8f2303df48d4555e68c3fbd9f78dc49fd1042ff46061273031c3352df130fc735f443be96')
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"
     # TODO: find a better solution
     sed -i "s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|" tests/test-pandoc-citeproc.hs
-    sed -i 's/< *1.5/<2/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list