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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jul 25 08:59:56 UTC 2022


    Date: Monday, July 25, 2022 @ 08:59:55
  Author: felixonmars
Revision: 1257208

upgpkg: haskell-doctemplates 0.10.0.2-1: rebuild with inspection-testing 0.5, tasty-inspection-testing 0.2

Modified:
  haskell-doctemplates/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-25 08:59:49 UTC (rev 1257207)
+++ PKGBUILD	2022-07-25 08:59:55 UTC (rev 1257208)
@@ -2,8 +2,8 @@
 
 _hkgname=doctemplates
 pkgname=haskell-doctemplates
-pkgver=0.10.0.1
-pkgrel=75
+pkgver=0.10.0.2
+pkgrel=1
 pkgdesc="Pandoc-style document templates"
 url="https://github.com/jgm/doctemplates"
 license=("BSD")
@@ -10,16 +10,11 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-doclayout' 'haskell-hsyaml' 'haskell-safe'
          'haskell-scientific' 'haskell-text-conversions' 'haskell-vector')
-makedepends=('ghc' 'uusi' 'haskell-glob' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit'
+makedepends=('ghc' 'haskell-glob' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit'
              'haskell-temporary')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('db4fec53d8f97f91e63e26d9634816796a5224456016910ef9c1c30c3757190a018f10f573d080b53dbb462760bff911f3fc2a104210d197e03cad2119435980')
+sha512sums=('47bca3c29cb306ce0dd8cb91c255f2ed1988136380ddbfd3220ca5a14527650b44d2d4f5c7fef3245c5c11e5287dcf2523eb1b0ab861436e7f950fc8188af36a')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u doclayout $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list