[arch-commits] Commit in haskell-direct-sqlite/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Jun 7 19:33:01 UTC 2022


    Date: Tuesday, June 7, 2022 @ 19:33:01
  Author: felixonmars
Revision: 1228559

upgpkg: haskell-direct-sqlite 2.3.27-1: rebuild with direct-sqlite 2.3.27

Modified:
  haskell-direct-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-07 19:26:31 UTC (rev 1228558)
+++ PKGBUILD	2022-06-07 19:33:01 UTC (rev 1228559)
@@ -2,8 +2,8 @@
 
 _hkgname=direct-sqlite
 pkgname=haskell-direct-sqlite
-pkgver=2.3.26
-pkgrel=85
+pkgver=2.3.27
+pkgrel=1
 pkgdesc="Low-level binding to SQLite3.  Includes UTF8 and BLOB support."
 url="https://github.com/IreneKnapp/direct-sqlite"
 license=("BSD")
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'sqlite')
 makedepends=('ghc' 'haskell-hunit' 'haskell-base16-bytestring' 'haskell-temporary')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('7e18237a0129b69b68db394bf1d912b664edf16ce335cbd65330d10eb1e2f9fc')
+sha256sums=('0319dd780712859fcacf0b8f1401088f76af3b651c7ec366e0231c15e73bd82e')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  sed -i '/semigroups/d' $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list