[arch-commits] Commit in haskell-binary-tagged/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Dec 15 19:23:02 UTC 2020
Date: Tuesday, December 15, 2020 @ 19:23:02
Author: felixonmars
Revision: 776095
upgpkg: haskell-binary-tagged 0.3-50: rebuild with base16-bytestring 1.0.0.0, casa-types 0.0.2
Modified:
haskell-binary-tagged/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-15 19:14:10 UTC (rev 776094)
+++ PKGBUILD 2020-12-15 19:23:02 UTC (rev 776095)
@@ -4,18 +4,22 @@
_hkgname=binary-tagged
pkgname=haskell-binary-tagged
pkgver=0.3
-pkgrel=49
+pkgrel=50
pkgdesc="Tagged binary serialisation."
url="https://github.com/phadej/binary-tagged#readme"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-structured' 'haskell-tagged')
-makedepends=('ghc' 'haskell-binary-instances' 'haskell-quickcheck' 'haskell-quickcheck-instances'
+makedepends=('ghc' 'uusi' 'haskell-binary-instances' 'haskell-quickcheck' 'haskell-quickcheck-instances'
'haskell-singleton-bool' 'haskell-tasty' 'haskell-tasty-hunit'
'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('731f94d53eabd0a00c1c116836a5e2eb9543911561b99f91c85df32534b73d7a441f25fdb5e98d2b6cba5523ceeaa112b5671ca8196535dc35c391943cb58b5e')
+prepare() {
+ uusi -u base16-bytestring $_hkgname-$pkgver/$_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list