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

Felix Yan felixonmars at archlinux.org
Fri Oct 18 09:02:25 UTC 2019


    Date: Friday, October 18, 2019 @ 09:02:24
  Author: felixonmars
Revision: 516700

upgpkg: haskell-hjsmin 0.2.0.3-1

rebuild with hjsmin 0.2.0.3

Modified:
  haskell-hjsmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-18 08:59:46 UTC (rev 516699)
+++ PKGBUILD	2019-10-18 09:02:24 UTC (rev 516700)
@@ -3,17 +3,16 @@
 
 _hkgname=hjsmin
 pkgname=haskell-hjsmin
-pkgver=0.2.0.2
-pkgrel=60
+pkgver=0.2.0.3
+pkgrel=1
 pkgdesc="Haskell implementation of a javascript minifier"
 url="https://github.com/erikd/hjsmin"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-blaze-builder" "haskell-language-javascript"
-         "haskell-optparse-applicative")
+depends=('ghc-libs' 'haskell-language-javascript' 'haskell-optparse-applicative')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ffd67972cef49b5026995e9852e603035513e18089df9f77c35ec084ee3487904018aea018a08408ab53f441aa5200efdd7f5a28191cd814c5e2fc91c2552902')
+sha512sums=('2b0595b1e2cb44f6a7776e4fb3c69fdb4716150f83277bcb4aa35bec2453b150de41010a85f0de2da6a5b2cbf8f3148d76d814e1dad1616dd849a84a4dac42bd')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list