Date: Wednesday, June 8, 2022 @ 12:00:12 Author: felixonmars Revision: 1229241
upgpkg: haskell-sqlite-simple 0.4.18.2-1: rebuild with sqlite-simple 0.4.18.2 Modified: haskell-sqlite-simple/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-08 11:08:32 UTC (rev 1229240) +++ PKGBUILD 2022-06-08 12:00:12 UTC (rev 1229241) @@ -2,23 +2,18 @@ _hkgname=sqlite-simple pkgname=haskell-sqlite-simple -pkgver=0.4.18.0 -pkgrel=96 +pkgver=0.4.18.2 +pkgrel=1 pkgdesc="Mid-Level SQLite client library" -url="http://github.com/nurpax/sqlite-simple" +url="https://github.com/nurpax/sqlite-simple" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-only' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-blaze-textual' 'haskell-direct-sqlite') -makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-base16-bytestring') +makedepends=('ghc' 'haskell-hunit' 'haskell-base16-bytestring') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('f73f1866f672db1941a2cb60b18532c185ef45b0950a538a6598e57791d32c02') +sha256sums=('dc15b1a7dd5428f218d40cd8b3e51d4b559d5d86c52639ba3f0f811813735d91') -prepare() { - cd $_hkgname-$pkgver - uusi -d semigroups $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
