[arch-commits] Commit in haskell-git-lfs/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Nov 21 19:10:09 UTC 2020


    Date: Saturday, November 21, 2020 @ 19:10:09
  Author: felixonmars
Revision: 758523

upgpkg: haskell-git-lfs 1.1.1-1: rebuild with git-lfs 1.1.1

Modified:
  haskell-git-lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-21 19:03:45 UTC (rev 758522)
+++ PKGBUILD	2020-11-21 19:10:09 UTC (rev 758523)
@@ -2,8 +2,8 @@
 
 _hkgname=git-lfs
 pkgname=haskell-git-lfs
-pkgver=1.1.0
-pkgrel=69
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="An implementation of the git-lfs protocol"
 url="https://hackage.haskell.org/package/git-lfs"
 license=('AGPL3')
@@ -12,11 +12,11 @@
          'haskell-http-types' 'haskell-network-uri')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c662e7752ba9346b8adec5af225806f95702aaded3ea6b3d8e8871e923db24f8bd49a275fe7477cc44b65b35edab06fb7ab92f0e57d9bdd8af7b209c4adfa5c5')
+sha512sums=('4c45441038d220738b154ee93ce9a108044d85ac1c7d892f9001ed3781264ab0a3854f7ecbdef517b05604ea57f96761ca44b026a39e9bd7fccab84b5cd3c779')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<= 0.7/<1/;s/<= 1.5/<2/' $_hkgname.cabal
+    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 
 build() {



More information about the arch-commits mailing list