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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 01:51:18 UTC 2022


    Date: Monday, March 21, 2022 @ 01:51:18
  Author: felixonmars
Revision: 1166474

upgpkg: haskell-feed 1.3.2.1-1: rebuild with feed 1.3.2.1

Modified:
  haskell-feed/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 01:45:51 UTC (rev 1166473)
+++ PKGBUILD	2022-03-21 01:51:18 UTC (rev 1166474)
@@ -3,31 +3,26 @@
 
 _hkgname=feed
 pkgname=haskell-feed
-pkgver=1.3.2.0
-pkgrel=106
+pkgver=1.3.2.1
+pkgrel=1
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
-url="https://github.com/bergmark/feed"
+url="https://github.com/haskell-party/feed"
 license=("BSD")
 arch=('x86_64')
 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' 'uusi' 'haskell-doctest' 'haskell-doctest-driver-gen' 'haskell-hunit'
+makedepends=('ghc' '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')
+sha512sums=('2175201ff9eaab5732e1c4e8dda6a35e8fa0dea5c58cd379348c97cd61a5eaf76e88f8d58d22df0a4b16681017e7ad01657ad60a63d90dab88df3b644ccb1ea0')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u base -u base-compat $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" --enable-tests \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list