Date: Thursday, March 18, 2021 @ 18:49:31 Author: felixonmars Revision: 894476
upgpkg: haskell-skylighting-core 0.10.4.1-1: rebuild with skylighting 0.10.4.1, skylighting-core 0.10.4.1 Modified: haskell-skylighting-core/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-18 18:45:18 UTC (rev 894475) +++ PKGBUILD 2021-03-18 18:49:31 UTC (rev 894476) @@ -2,8 +2,8 @@ _hkgname=skylighting-core pkgname=haskell-skylighting-core -pkgver=0.10.4 -pkgrel=2 +pkgver=0.10.4.1 +pkgrel=1 pkgdesc="Syntax highlighting library" url="https://github.com/jgm/skylighting" license=('BSD') @@ -11,11 +11,10 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-colour' 'haskell-safe' 'haskell-utf8-string' 'haskell-xml-conduit') -makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 'haskell-quickcheck' - 'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' - 'haskell-tasty-quickcheck') +makedepends=('ghc' 'haskell-diff' 'haskell-pretty-show' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('42b3b3aa46e8ac878ece89c30b757198f2ddac91707c95372af47f46d76a5766d4e0c63b2b50377d5404d40b0754cd07d8dd1ae3c60f25d32739950dfc939081') +sha512sums=('a5137401c16a740e12d1fade43d7bcfcbef2002f7039ff0cb02d733703b3e35d8fa3913e52583c735bc935c4ffabaf23df567be3e597b9418af17f157cf3c80e') build() { cd $_hkgname-$pkgver
