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

Felix Yan felixonmars at archlinux.org
Fri Oct 23 09:27:04 UTC 2020


    Date: Friday, October 23, 2020 @ 09:27:03
  Author: felixonmars
Revision: 730637

upgpkg: haskell-deriving-compat 0.5.10-1: rebuild with deriving-compat 0.5.10

Modified:
  haskell-deriving-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-23 09:14:55 UTC (rev 730636)
+++ PKGBUILD	2020-10-23 09:27:03 UTC (rev 730637)
@@ -2,22 +2,18 @@
 
 _hkgname=deriving-compat
 pkgname=haskell-deriving-compat
-pkgver=0.5.9
-pkgrel=23
+pkgver=0.5.10
+pkgrel=1
 pkgdesc="Backports of GHC deriving extensions"
 url="https://github.com/haskell-compat/deriving-compat"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-th-abstraction' 'haskell-transformers-compat')
-makedepends=('ghc' 'uusi' 'haskell-base-compat' 'haskell-base-orphans' 'haskell-hspec' 'haskell-quickcheck'
+makedepends=('ghc' 'haskell-base-compat' 'haskell-base-orphans' 'haskell-hspec' 'haskell-quickcheck'
              'haskell-tagged' 'haskell-void')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('4f1442867894d0b4899e7e649c404be13160cc9bda3d6f24d38d391e3057913279d6b815ef26bc95c4a6ac752304480627d051d3aa826af10a668e309ae7a105')
+sha512sums=('414bfa949036597bb5ef47f3872766fa5eee6fc08beb2287faf6379710e41befeadd78e1cc1454cd0002fe43d7e73c18d9c691d715ad0bd93c855f009f9666af')
 
-prepare() {
-    uusi $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list