[arch-commits] Commit in haskell-snap-core/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Mar 19 03:57:15 UTC 2022


    Date: Saturday, March 19, 2022 @ 03:57:14
  Author: felixonmars
Revision: 1160354

upgpkg: haskell-snap-core 1.0.5.0-1: rebuild with snap-core 1.0.5.0

Modified:
  haskell-snap-core/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-19 03:51:25 UTC (rev 1160353)
+++ PKGBUILD	2022-03-19 03:57:14 UTC (rev 1160354)
@@ -2,8 +2,8 @@
 
 _hkgname=snap-core
 pkgname=haskell-snap-core
-pkgver=1.0.4.2
-pkgrel=213
+pkgver=1.0.5.0
+pkgrel=1
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/snapframework/snap-core"
 license=('BSD')
@@ -15,15 +15,12 @@
          'haskell-vector' 'haskell-network' 'haskell-network-uri')
 makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-parallel' 'haskell-test-framework'
              'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2' 'haskell-zlib')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
-        snap-core-fix-random-1.2.patch::https://github.com/snapframework/snap-core/pull/299.patch)
-sha512sums=('42e710ac58a7d3cf58f9fdeca6c9c4880a94765ee0dc42fbcdaf68a6c2c337e1715f8b89863c7f911232af493bf5622b647d4c962237f211f97d731572fd94f5'
-            '4c00e8bcf390c5e7367afe4879e34b5c5db8801080b63598cbfbda2cf73d4fc2180844383c8eabe814809d5a5a2d15c5f4da32a3ecea94a554d9dbedd858f501')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4873382625715703531c7cbc61343a29cf7606384e64b92fb2026016018258f5c959ac7dccf0b1093eca39f5b750c19416afc691bec93161fa76ef79a1369b7b')
 
 prepare() {
     cd $_hkgname-$pkgver
-    patch -p1 -i ../snap-core-fix-random-1.2.patch
-    uusi -d bytestring-builder -u attoparsec -u hashable $_hkgname.cabal
+    uusi -d bytestring-builder -u hashable $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list