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

Felix Yan felixonmars at archlinux.org
Fri Mar 12 19:19:21 UTC 2021


    Date: Friday, March 12, 2021 @ 19:19:20
  Author: felixonmars
Revision: 889661

upgpkg: haskell-structured 0.1.0.1-1: rebuild with structured 0.1.0.1

Modified:
  haskell-structured/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 19:16:06 UTC (rev 889660)
+++ PKGBUILD	2021-03-12 19:19:20 UTC (rev 889661)
@@ -2,8 +2,8 @@
 
 _hkgname=structured
 pkgname=haskell-structured
-pkgver=0.1
-pkgrel=97
+pkgver=0.1.0.1
+pkgrel=1
 pkgdesc="Structure (hash) of your data types"
 url="https://github.com/phadej/binary-tagged"
 license=('BSD')
@@ -13,12 +13,11 @@
          'haskell-uuid-types' 'haskell-vector')
 makedepends=('ghc' 'uusi')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('52a1834a7c9ac1b62241bc9f424d63b1a541e791b13937f61d15da35b9ab024d3df39949f156b2f23293d397d961cb91c8fa38a5585db4f740a20b52b6dcc49d')
+sha512sums=('511331a7728dfd3e1ad421f90e3128ae92a3e5e9b616d45f71892f24267d29502c67fe43e80c105adf8d34dbbb7d6f39febe0c4c6d877492d1b0427e0a89c096')
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u aeson -u base16-bytestring $_hkgname.cabal
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list