[arch-commits] Commit in haskell-optics-th/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Aug 21 18:42:26 UTC 2020


    Date: Friday, August 21, 2020 @ 18:42:26
  Author: felixonmars
Revision: 686354

upgpkg: haskell-optics-th 0.3.0.2-1: rebuild with optics-th 0.3.0.2

Modified:
  haskell-optics-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-21 18:09:40 UTC (rev 686353)
+++ PKGBUILD	2020-08-21 18:42:26 UTC (rev 686354)
@@ -2,8 +2,8 @@
 
 _hkgname=optics-th
 pkgname=haskell-optics-th
-pkgver=0.3.0.1
-pkgrel=2
+pkgver=0.3.0.2
+pkgrel=1
 pkgdesc="Optics construction using TemplateHaskell"
 url="https://github.com/well-typed/optics"
 license=('BSD')
@@ -10,14 +10,11 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-optics-core' 'haskell-th-abstraction')
 makedepends=('ghc' 'haskell-tagged')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
-        $pkgname-ghc-8.10.2.patch::https://github.com/well-typed/optics/pull/339.patch)
-sha512sums=('4a6c92fb3b9f1803f2b93cba83f0b2fc9b11cec6d22aad32357b1735ea75335c9249b646bd4ae9712b35156c0faf571474bfe789a39275ace1b1eb05db5ff0c1'
-            '043036fef711ee78203f73e0482f3bab214c628348287afa22fd31bdb15349de507aa76080f14551ed6b62a66c56d63bc81da4391fc8cc9c6565238aa9fb2a15')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0ebce42453d8bbdc621f8f97aa4a34a8defc66d4ea9d09b466447f01ed440cf84896d8d9326a61eb77daa1b844dd2bf6b8e73b86f585b3c0b1c2ffbab7391691')
 
 prepare() {
     cd $_hkgname-$pkgver
-    patch -p2 -i ../$pkgname-ghc-8.10.2.patch
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 



More information about the arch-commits mailing list