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

Felix Yan felixonmars at archlinux.org
Sat Feb 17 16:15:27 UTC 2018


    Date: Saturday, February 17, 2018 @ 16:15:26
  Author: felixonmars
Revision: 296103

upgpkg: haskell-skylighting 0.6-1

rebuild with pandoc,2.1.1 pandoc-citeproc,0.13.0.1 hakyll,4.11.0.0 skylighting,0.6

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-17 16:00:10 UTC (rev 296102)
+++ PKGBUILD	2018-02-17 16:15:26 UTC (rev 296103)
@@ -3,23 +3,23 @@
 
 _hkgname=skylighting
 pkgname=haskell-skylighting
-pkgver=0.5.0.1
-pkgrel=10
+pkgver=0.6
+pkgrel=1
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting"
 license=('GPL2')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base64-bytestring'
-         'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-hxt' 'haskell-mtl'
-         'haskell-pretty-show' 'haskell-regex-pcre' 'haskell-safe' 'haskell-text'
-         'haskell-utf8-string')
-makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit'
-             'haskell-random' 'haskell-diff')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-attoparsec'
+         'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-case-insensitive'
+         'haskell-colour' 'haskell-hxt' 'haskell-mtl' 'haskell-pretty-show' 'haskell-regex-pcre'
+         'haskell-safe' 'haskell-text' 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-golden'
+             'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-random' 'haskell-diff')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('74873d26fc29417b7f932753cf845f5a99c4f315170dcfd4bd79ef0b379e58894aba81b4385a351c1a290b0d3ad38db1ede0f40dfa2d24221af8d585ac6cafee')
+sha512sums=('a28886deed006406de570d4ae065b43d0b8b66c743932ed62d33454caee3cf1d8433f70623a02489c0034b413cd021075122d1baf7b3f1b6e7b3deeb325bff00')
 
 build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
+    cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
@@ -38,7 +38,7 @@
 }
 
 package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
+    cd $_hkgname-$pkgver
 
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"



More information about the arch-commits mailing list