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

Felix Yan felixonmars at archlinux.org
Mon Jun 18 05:57:56 UTC 2018


    Date: Monday, June 18, 2018 @ 05:57:55
  Author: felixonmars
Revision: 343500

upgpkg: haskell-th-abstraction 0.2.7.0-1

rebuild with th-abstraction 0.2.7.0

Modified:
  haskell-th-abstraction/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-18 05:57:08 UTC (rev 343499)
+++ PKGBUILD	2018-06-18 05:57:55 UTC (rev 343500)
@@ -4,8 +4,8 @@
 
 _hkgname=th-abstraction
 pkgname=haskell-th-abstraction
-pkgver=0.2.6.0
-pkgrel=5
+pkgver=0.2.7.0
+pkgrel=1
 pkgdesc="Nicer interface for reified information about data types"
 url="https://github.com/glguy/th-abstraction/"
 license=("custom:ISC")
@@ -13,13 +13,8 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('d1c09914e6760e43498ea41d81ca22e2fc3fb7cf396bb718f729a19bd2698572c242357c1b40a8df9101f2afd86b37fa5c07f82beb46f87b21a9667c48db5b7b')
+sha512sums=('5c80de30d7d0c32ad802878faa431e164a9a17c09f9e857e83bba64fec364a8375efa7e928031f90307a34390fc387ae177a161d6bfc55ce831ab0075052ea91')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/<.*2.13/<3/' $_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list