[arch-commits] Commit in haskell-binary-instances/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Dec 12 17:35:13 UTC 2021
Date: Sunday, December 12, 2021 @ 17:35:13
Author: felixonmars
Revision: 1069152
upgpkg: haskell-binary-instances 1.0.2-1: rebuild with binary-instances 1.0.2
Modified:
haskell-binary-instances/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-12 17:02:43 UTC (rev 1069151)
+++ PKGBUILD 2021-12-12 17:35:13 UTC (rev 1069152)
@@ -2,8 +2,8 @@
_hkgname=binary-instances
pkgname=haskell-binary-instances
-pkgver=1.0.1
-pkgrel=109
+pkgver=1.0.2
+pkgrel=1
pkgdesc="Orphan instances for binary"
url="https://github.com/phadej/binary-instances"
license=('BSD')
@@ -12,16 +12,11 @@
'haskell-hashable' 'haskell-scientific' 'haskell-tagged' 'haskell-text-binary'
'haskell-time-compat' 'haskell-unordered-containers' 'haskell-vector'
'haskell-vector-binary-instances')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty'
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty'
'haskell-tasty-quickcheck')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('8282c33d2f7c6dcbf991482c9ae23f316500a60f251e296f5e92488208eaf5f08460c379698bcebd707a61733a13a7b85601587bab4696a24d9ca56ffed1e66b')
+sha512sums=('6aa80af76b939cf0af826066864032285fa646b5bbaa938488e8493423f6f843e1d91227d6f71ab4a22ff5114ba197c2335d9742f769828715c5d4c88801612e')
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u base -u tasty $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list