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

Felix Yan fyan at archlinux.org
Wed Mar 9 06:54:03 UTC 2016


    Date: Wednesday, March 9, 2016 @ 07:54:03
  Author: fyan
Revision: 165677

upgpkg: haskell-persistent-template 2.1.6-1

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-09 06:51:43 UTC (rev 165676)
+++ PKGBUILD	2016-03-09 06:54:03 UTC (rev 165677)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
-pkgver=2.1.5
-pkgrel=19
+pkgver=2.1.6
+pkgrel=1
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -17,13 +17,8 @@
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('d732a0e8114dae29874f3536592effc1626aea15ebef47f3355a4b426020acd1')
+sha256sums=('818a89a082bec8e812c69d2e5069468f61c23d769456736318836cbffac56653')
 
-prepare() {
-    sed -e 's/aeson                    >= 0.7       && < 0.11/aeson                    >= 0.7       \&\& < 0.12/' \
-        -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list