[arch-commits] Commit in haskell-tomland/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 14 23:01:19 UTC 2021
Date: Friday, May 14, 2021 @ 23:01:19
Author: felixonmars
Revision: 934448
upgpkg: haskell-tomland 1.3.3.0-13: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0, tasty-hspec 1.1.7
Modified:
haskell-tomland/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-14 22:58:39 UTC (rev 934447)
+++ PKGBUILD 2021-05-14 23:01:19 UTC (rev 934448)
@@ -4,7 +4,7 @@
_hkgname=tomland
pkgname=haskell-tomland
pkgver=1.3.3.0
-pkgrel=12
+pkgrel=13
pkgdesc="Implementation of bidirectional TOML serialization."
url="https://github.com/kowainik/tomland"
license=('MPL2')
@@ -19,6 +19,7 @@
prepare(){
cd $_hkgname-$pkgver
gen-setup
+ uusi -u hspec $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list