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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jan 14 00:10:43 UTC 2022


    Date: Friday, January 14, 2022 @ 00:10:43
  Author: felixonmars
Revision: 1103086

upgpkg: haskell-citeproc 0.5-1: rebuild with citeproc 0.5, pandoc 2.14.2

Modified:
  haskell-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-13 23:49:14 UTC (rev 1103085)
+++ PKGBUILD	2022-01-14 00:10:43 UTC (rev 1103086)
@@ -2,8 +2,8 @@
 
 _hkgname=citeproc
 pkgname=haskell-citeproc
-pkgver=0.4.1
-pkgrel=60
+pkgver=0.5
+pkgrel=1
 pkgdesc="Generates citations and bibliography from CSL styles."
 url="https://github.com/jgm/citeproc"
 license=("BSD")
@@ -13,14 +13,11 @@
          'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 'haskell-text-icu'
          'haskell-unicode-collation' 'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
 makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-timeit')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz"
-        icu-shifted.patch::https://github.com/jgm/citeproc/commit/50d14d938c883a8835550933df4004050b0b3902.patch)
-sha512sums=('64a62485d322e3032b1d7754c40ae37c9decb0e1cc4446352ecaa80552bf4673447cebc09a2e8756063923231d2f623925b3d5ec07bd64e23ccd18c72703eb15'
-            'd05f2d86e71d166a66cc85e40f0ff34b1e0216abaece76b2200823c22f4d9d1fc72549a9c14e4999a0d8cf8d4fb2cfd184573e5298c13266c5168bc56ba59674')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+sha512sums=('8740789d8a02acbe31dc7d0d0276303d3152cb25b1c38b380e7e44e73cbb2b07501ca85ee98378567fffa6fc6dd37871af74b5bf15057891a9abb8273d708f19')
 
 prepare() {
   cd $_hkgname-$pkgver
-  patch -p1 -i ../icu-shifted.patch
   gen-setup
 }
 



More information about the arch-commits mailing list