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

Felix Yan felixonmars at archlinux.org
Fri Jun 25 03:19:01 UTC 2021


    Date: Friday, June 25, 2021 @ 03:19:01
  Author: felixonmars
Revision: 967323

upgpkg: haskell-feed 1.3.2.0-28: rebuild with cabal-install 3.4.0.0, cabal-install-parsers 0.4.1, ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, haskell-ci 0.12.1, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-feed/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 03:16:39 UTC (rev 967322)
+++ PKGBUILD	2021-06-25 03:19:01 UTC (rev 967323)
@@ -4,7 +4,7 @@
 _hkgname=feed
 pkgname=haskell-feed
 pkgver=1.3.2.0
-pkgrel=27
+pkgrel=28
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed"
 license=("BSD")
@@ -12,12 +12,17 @@
 depends=('ghc-libs' 'haskell-base-compat' 'haskell-old-locale' 'haskell-old-time' 'haskell-safe'
          'haskell-time-locale-compat' 'haskell-utf8-string' 'haskell-xml-types'
          'haskell-xml-conduit')
-makedepends=('ghc' 'haskell-doctest' 'haskell-doctest-driver-gen' 'haskell-hunit'
+makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-doctest-driver-gen' 'haskell-hunit'
              'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-markdown-unlit'
              'haskell-syb')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('17d182c3ebf07b3f9f72f90ece7dcbfaa91931410663b513fda4e85c19b4d3118eb7e8ac685cf0f868d00fa9d05153409b2b4ce40ccdcdf3cf13bfed1929ebdd')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u base $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 




More information about the arch-commits mailing list