[arch-commits] Commit in haskell-jira-wiki-markup/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Feb 28 19:04:57 UTC 2021


    Date: Sunday, February 28, 2021 @ 19:04:56
  Author: felixonmars
Revision: 876016

upgpkg: haskell-jira-wiki-markup 1.3.3-1: rebuild with jira-wiki-markup 1.3.3

Modified:
  haskell-jira-wiki-markup/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-28 19:03:25 UTC (rev 876015)
+++ PKGBUILD	2021-02-28 19:04:56 UTC (rev 876016)
@@ -2,20 +2,20 @@
 
 _hkgname=jira-wiki-markup
 pkgname=haskell-jira-wiki-markup
-pkgver=1.3.2
-pkgrel=61
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="Handle Jira wiki markup"
 url="https://github.com/tarleb/jira-wiki-markup"
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('14d68dcbdcfa9e0a7959df3a38cfe475047ad42aab9c6c3e1caee4d2491e7efb9a58e99e3b9c601726a235c592d2763016f709d5a23c6d80e1e6d2115fdce269')
+sha512sums=('ee4be3cca27a97da162683cc2f46b585bb0897e5002646f42728c1f7b5b95650803230f880bdb467e0962ed7a9393c7624dd0e19db7de27b62cfe9403d780667')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list