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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 12:14:55 UTC 2022


    Date: Tuesday, August 30, 2022 @ 12:14:55
  Author: felixonmars
Revision: 1288699

upgpkg: haskell-config-schema 1.3.0.0-1: rebuild with config-schema 1.3.0.0

Modified:
  haskell-config-schema/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 12:12:04 UTC (rev 1288698)
+++ PKGBUILD	2022-08-30 12:14:55 UTC (rev 1288699)
@@ -2,8 +2,8 @@
 
 _hkgname=config-schema
 pkgname=haskell-config-schema
-pkgver=1.2.2.0
-pkgrel=7
+pkgver=1.3.0.0
+pkgrel=1
 pkgdesc="Schema definitions for the config-value package"
 url="https://github.com/glguy/config-schema"
 license=("ISC")
@@ -10,15 +10,10 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-config-value' 'haskell-free' 'haskell-kan-extensions'
          'haskell-semigroupoids')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('dd8f979736389cefcd826f66c5dd6156b069876366d16250288bf527a439b782')
+sha256sums=('3c89c55bcf5128f62462eafa0c7bc6c441ccfd8a8d2af27c972a144d7ccaabc8')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u base $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list