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

Felix Yan felixonmars at archlinux.org
Sun Dec 30 09:58:16 UTC 2018


    Date: Sunday, December 30, 2018 @ 09:58:13
  Author: felixonmars
Revision: 418990

upgpkg: haskell-th-abstraction 0.2.10.0-1

rebuild with th-abstraction 0.2.10.0

Modified:
  haskell-th-abstraction/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-30 09:57:29 UTC (rev 418989)
+++ PKGBUILD	2018-12-30 09:58:13 UTC (rev 418990)
@@ -3,8 +3,8 @@
 
 _hkgname=th-abstraction
 pkgname=haskell-th-abstraction
-pkgver=0.2.8.0
-pkgrel=4
+pkgver=0.2.10.0
+pkgrel=1
 pkgdesc="Nicer interface for reified information about data types"
 url="https://github.com/glguy/th-abstraction/"
 license=("custom:ISC")
@@ -12,13 +12,8 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('42454e652be3bf21a2ab129a0fa051891879b7e9b7df7bc092912878b2c999dc7495b29887a1ab837d60e3b4d14b7f3c6b5d99f6ca6265f29765a4cc5acdf1fb')
+sha512sums=('af1c3bb3a0d3380e1b0f19a3d6f9b6445a684bb69142fa531d7c8ac3157768f47f33075db43f83404b25b43e9477b44a7b80e243ae8b7068de151af755c8e9e9')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -e 's/< *0.6/<1/' -e 's/< *2.14/<3/' -i $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list