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

Felix Yan felixonmars at archlinux.org
Tue Apr 13 19:35:30 UTC 2021


    Date: Tuesday, April 13, 2021 @ 19:35:30
  Author: felixonmars
Revision: 918286

upgpkg: haskell-tz 0.1.3.5-1: rebuild with tz 0.1.3.5

Modified:
  haskell-tz/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-13 19:33:36 UTC (rev 918285)
+++ PKGBUILD	2021-04-13 19:35:30 UTC (rev 918286)
@@ -2,8 +2,8 @@
 
 _hkgname=tz
 pkgname=haskell-tz
-pkgver=0.1.3.4
-pkgrel=2
+pkgver=0.1.3.5
+pkgrel=1
 pkgdesc='Efficient time zone handling'
 arch=(x86_64)
 url='https://hackage.haskell.org/package/tz'
@@ -11,14 +11,10 @@
 depends=(ghc-libs haskell-vector haskell-data-default haskell-tzdata)
 checkdepends=(haskell-test-framework-th haskell-hunit haskell-quickcheck
               haskell-test-framework-quickcheck2 haskell-test-framework-hunit)
-makedepends=(ghc uusi)
+makedepends=(ghc)
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('7b6cf227b06765685c15712a070a37494c1cee4d5abaefa7ddca9fdf07f9a014eee3ca13eebe63f48cf52d80e441be3f1dd7c7b7d5cdbc914207b7ae2ab9f48c')
+sha512sums=('1821d84bcb2da33a4a1c22fd1c809d3bd49a91d05b5e9f7ef1b073bd91b970dee393a767f84e43c6f681add1cb77f39878089d380b39e8c7855b5429a7f5f97c')
 
-prepare() {
-  uusi -u tzdata $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list