Date: Monday, March 13, 2017 @ 13:13:28 Author: felixonmars Revision: 216082
upgpkg: haskell-persistent-sqlite 2.6.2-1 rebuild with persistent-sqlite,2.6.2 Modified: haskell-persistent-sqlite/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-13 13:05:30 UTC (rev 216081) +++ PKGBUILD 2017-03-13 13:13:28 UTC (rev 216082) @@ -4,21 +4,21 @@ _hkgname=persistent-sqlite pkgname=haskell-persistent-sqlite -pkgver=2.6.0.1 -pkgrel=4 +pkgver=2.6.2 +pkgrel=1 pkgdesc="Backend for the persistent library using sqlite3" url="http://www.yesodweb.com/book/persistent" license=("MIT") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control" - "haskell-monad-logger" "haskell-old-locale" "haskell-persistent" - "haskell-resource-pool" "haskell-resourcet" "haskell-text") + "haskell-microlens-th" "haskell-monad-logger" "haskell-old-locale" "haskell-persistent" + "haskell-resource-pool" "haskell-resourcet" "haskell-text" "haskell-unordered-containers") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('84df1475478f8c4aa7790152c89ffca43a08a32cd933e4062cb219a023e4768c') +sha256sums=('6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf') build() { cd "${srcdir}/${_hkgname}-${pkgver}" - + runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid \ @@ -33,7 +33,7 @@ package() { cd "${srcdir}/${_hkgname}-${pkgver}" - + install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
