[arch-commits] Commit in haskell-split/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Aug 21 15:24:39 UTC 2022
Date: Sunday, August 21, 2022 @ 15:24:38
Author: felixonmars
Revision: 1272581
upgpkg: haskell-split 0.2.3.5-1: rebuild with split 0.2.3.5
Modified:
haskell-split/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-21 14:43:32 UTC (rev 1272580)
+++ PKGBUILD 2022-08-21 15:24:38 UTC (rev 1272581)
@@ -3,22 +3,17 @@
_hkgname=split
pkgname=haskell-split
-pkgver=0.2.3.4
-pkgrel=200
+pkgver=0.2.3.5
+pkgrel=1
pkgdesc="Combinator library for splitting lists."
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a60566106a5f285224b0d555d30b2af3315c707012f5c8e9384d4b8216894e6a6263e838b0e367418c4f8bfb5f4f2cc056ca14acb6b27a5ca3446576b057ca15')
+sha512sums=('a88ff185d0e3ae4908911b70475831baa01ba6cce74fe187ed47dccb28a06b83ca9ec03fa980b77aced75c38fa1dede5166c839c3bfd7f30585ae9b45157a8b9')
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u base $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list