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

Felix Yan felixonmars at archlinux.org
Sun Feb 17 14:56:00 UTC 2019


    Date: Sunday, February 17, 2019 @ 14:55:59
  Author: felixonmars
Revision: 434093

upgpkg: haskell-snap-server 1.1.1.1-1

rebuild with snap-server 1.1.1.1

Modified:
  haskell-snap-server/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-17 14:40:03 UTC (rev 434092)
+++ PKGBUILD	2019-02-17 14:55:59 UTC (rev 434093)
@@ -2,8 +2,8 @@
 
 _hkgname=snap-server
 pkgname=haskell-snap-server
-pkgver=1.1.1.0
-pkgrel=9
+pkgver=1.1.1.1
+pkgrel=1
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server"
 license=('BSD')
@@ -17,14 +17,11 @@
               'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 'haskell-http-streams'
               'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
               'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
-	https://github.com/snapframework/snap-server/commit/d38d24d2f452c299c2b941dba36db63fac2c6bcb.patch)
-sha512sums=('072033389c9b699c1aa497bcd37c89605b5188b30e828330d510e9c3f76872ecf61f7c91d536f7b31269ec001ecee9459433d125a12a101643c24cc3cf92f0a7'
-            'b99da752954abe699ffd9c601c7f88fdacacdaca9fd05dbf5dc999adc371872b6f0108b80d6c01df8604dfe95b5ea69051ecedfbf91725dc3503164ba00bea71')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ed39f3ab22880b4651173c5942b10d17d8b3ecf734bd3e3c1724e8fe90303a41fb69543bf4e4868416bf596db34584c17065d960d07f0247364aca8a6f20bab1')
 
 prepare() {
     cd $_hkgname-$pkgver
-    patch -p1 -i ../d38d24d2f452c299c2b941dba36db63fac2c6bcb.patch
     sed -i -e '/bytestring-builder/d' $_hkgname.cabal
 }
 



More information about the arch-commits mailing list