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

Felix Yan felixonmars at archlinux.org
Thu Jul 1 00:36:01 UTC 2021


    Date: Thursday, July 1, 2021 @ 00:36:01
  Author: felixonmars
Revision: 969016

upgpkg: haskell-hyphenation 0.8.2-1: rebuild with hyphenation 0.8.2

Modified:
  haskell-hyphenation/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-01 00:25:29 UTC (rev 969015)
+++ PKGBUILD	2021-07-01 00:36:01 UTC (rev 969016)
@@ -2,16 +2,16 @@
 
 _hkgname=hyphenation
 pkgname=haskell-hyphenation
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="Configurable Knuth-Liang hyphenation"
-url="http://github.com/ekmett/hyphenation"
+url="https://github.com/ekmett/hyphenation"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-unordered-containers' 'haskell-zlib')
+depends=('ghc-libs' 'haskell-file-embed' 'haskell-unordered-containers' 'haskell-zlib')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('7d51646718ce3d804647402e9643b20c3ef153332af905f9f687af609d4ef55f')
+sha512sums=('35e96a966d1eaa5e3e66e95e1a3fff5a2522adb9a1bc6c34c823bb34b936e1f6891fe987a808bb683d4c832f33f2bbb22bc8d259ffc4380fc64e889ccb2f23c0')
 
 build() {
   cd $_hkgname-$pkgver




More information about the arch-commits mailing list