[arch-commits] Commit in haskell-unicode-transforms/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Dec 25 15:29:54 UTC 2021
Date: Saturday, December 25, 2021 @ 15:29:54
Author: felixonmars
Revision: 1083686
upgpkg: haskell-unicode-transforms 0.4.0-1: rebuild with unicode-data 0.2.0, unicode-transforms 0.4.0
Modified:
haskell-unicode-transforms/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-25 15:28:28 UTC (rev 1083685)
+++ PKGBUILD 2021-12-25 15:29:54 UTC (rev 1083686)
@@ -2,17 +2,16 @@
_hkgname=unicode-transforms
pkgname=haskell-unicode-transforms
-pkgver=0.3.8
-pkgrel=21
+pkgver=0.4.0
+pkgrel=1
pkgdesc="Unicode transforms (normalization NFC/NFD/NFKC/NFKD)"
url="https://github.com/composewell/unicode-transforms/"
license=('BSD')
arch=('x86_64')
depends=('ghc-libs' 'haskell-unicode-data')
-makedepends=('ghc' 'haskell-getopt-generics' 'haskell-hspec' 'haskell-quickcheck' 'haskell-split'
- 'haskell-text-icu')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-split' 'haskell-text-icu')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('65a3c5da022d1fca6a2d9e52110c5d56127d4225bd8beee45af5d821b77d98dadadf742e5f1309f0b8e256bd121d89b2c753d8552a2ecda9f373df4ac3e538f5')
+sha512sums=('56a718b4912e60270a74da681002010b78c85c6b6313e88202a34630aa6162a105c148cc9a54d3d989335edf02d2bc5be60c5f541b56efd696bc450c00c2b332')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list