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

Felix Yan felixonmars at archlinux.org
Sun Feb 17 16:41:50 UTC 2019


    Date: Sunday, February 17, 2019 @ 16:41:50
  Author: felixonmars
Revision: 434110

upgpkg: pandoc-citeproc 0.16.1-1

rebuild with pandoc-citeproc 0.16.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-17 16:18:41 UTC (rev 434109)
+++ PKGBUILD	2019-02-17 16:41:50 UTC (rev 434110)
@@ -2,22 +2,23 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc-citeproc
-pkgver=0.16.0.2
-pkgrel=7
+pkgver=0.16.1
+pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat'
-         'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 'pandoc'
-         'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 'haskell-split'
-         'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu'
-         'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 'haskell-yaml')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+         'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-libyaml'
+         'haskell-network' 'haskell-old-locale' 'pandoc' 'haskell-pandoc-types' 'haskell-rfc5051'
+         'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 'haskell-tagsoup'
+         'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 'haskell-vector'
+         'haskell-xml-conduit' 'haskell-yaml')
 conflicts=('haskell-pandoc-citeproc')
 replaces=('haskell-pandoc-citeproc')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz")
-sha512sums=('a89feedb8f6ae83b0438389910468e03d4980cba9917f845590b2cc3c05af993c8dd2d8af7fdf86d426083011d24c6dc1869745ccb5ae0bf10505ae682606960')
+sha512sums=('603a38a21d3973aaf606671a7a297f20b267dd47c327bf4741c84b10b215c7d4a6eba6f55236a80602d18912001df1bbd66b81683fb0a3931f3d566458923b88')
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"



More information about the arch-commits mailing list