[arch-commits] Commit in haskell-time-compat/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Dec 4 22:35:12 UTC 2020


    Date: Friday, December 4, 2020 @ 22:35:11
  Author: felixonmars
Revision: 770183

upgpkg: haskell-time-compat 1.9.5-1: rebuild with time-compat 1.9.5

Modified:
  haskell-time-compat/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-04 22:32:57 UTC (rev 770182)
+++ PKGBUILD	2020-12-04 22:35:11 UTC (rev 770183)
@@ -2,21 +2,21 @@
 
 _hkgname=time-compat
 pkgname=haskell-time-compat
-pkgver=1.9.4
-pkgrel=5
+pkgver=1.9.5
+pkgrel=1
 pkgdesc="Compatibility package for time"
 url="https://github.com/phadej/time-compat"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-orphans')
-makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tagged'
+makedepends=('ghc' 'uusi' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tagged'
              'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('843990e72c5859a637a015863e1feb59f224533f3625e2f3d46c4a7c0f095d486bd5384971a35d03a70718ed6ba042db0157ff98eb6a46a994af2588c6b28801')
+sha512sums=('c5e61242140c5bca4ca3b8e6f9f1058128cce40ac77ed3009a82d511b3ac9c0a2423bf0de1369c49e65a22fb8d864b1c9351994730951e5e302c5d17f131db83')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list