Date: Thursday, December 3, 2020 @ 21:01:13 Author: felixonmars Revision: 769802
upgpkg: haskell-citeproc 0.1.1.1-1: rebuild with citeproc 0.1.1.1 Modified: haskell-citeproc/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-03 21:01:06 UTC (rev 769801) +++ PKGBUILD 2020-12-03 21:01:13 UTC (rev 769802) @@ -2,8 +2,8 @@ _hkgname=citeproc pkgname=haskell-citeproc -pkgver=0.1.1 -pkgrel=7 +pkgver=0.1.1.1 +pkgrel=1 pkgdesc="Generates citations and bibliography from CSL styles." url="https://github.com/jgm/citeproc" license=("BSD") @@ -12,13 +12,13 @@ 'haskell-case-insensitive' 'haskell-data-default' 'haskell-file-embed' 'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 'haskell-text-icu' 'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit') -makedepends=('ghc' 'haskell-diff' 'haskell-timeit') +makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-timeit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('a9610dbcdaa8b3b57f9539ac7163f1c61f40f6fc6982f74e27e5f7ca584959190de093f757a0745d8101bec02226aa02ee543ea0448edff227981d483861f36c') +sha512sums=('e6c1d59251bfbca4271071db7b3a6aaaed62dba118a3f726f396adcedaef6bd634e60227f5399d9a582516fd08eb5b6f09f9601b68a1fd077e524eb9f588fade') prepare() { cd $_hkgname-$pkgver - echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs + gen-setup } build() {
