[arch-commits] Commit in haskell-generics-sop/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Feb 23 19:03:56 UTC 2021


    Date: Tuesday, February 23, 2021 @ 19:03:56
  Author: felixonmars
Revision: 870632

upgpkg: haskell-generics-sop 0.5.1.1-1: rebuild with generics-sop 0.5.1.1

Modified:
  haskell-generics-sop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 19:01:57 UTC (rev 870631)
+++ PKGBUILD	2021-02-23 19:03:56 UTC (rev 870632)
@@ -3,8 +3,8 @@
 
 _hkgname=generics-sop
 pkgname=haskell-generics-sop
-pkgver=0.5.1.0
-pkgrel=10
+pkgver=0.5.1.1
+pkgrel=1
 pkgdesc="Generic Programming using True Sums of Products"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -12,12 +12,11 @@
 depends=('ghc-libs' 'haskell-sop-core' 'haskell-th-abstraction')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('454cb30800e4c6b225df6464970746ca51028ffbfe50143559eebf16918dd783ef2e7690c4877b568d1835043ec733ec0ca9a39e0ae88c3136c82d0afb42bda8')
+sha512sums=('8514a4aef263c2c38928a716c1755db7f2f52243d742b944bb718bf3458ae0969b451836e889075a2c4ea5893720dbb146212d1960a9573851d3ad6c66fb0d8d')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-    uusi $_hkgname.cabal
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list