[arch-commits] Commit in dhall-docs/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 23 05:28:58 UTC 2021


    Date: Wednesday, June 23, 2021 @ 05:28:58
  Author: felixonmars
Revision: 967001

upgpkg: dhall-docs 1.0.6-5: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  dhall-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-23 05:20:22 UTC (rev 967000)
+++ PKGBUILD	2021-06-23 05:28:58 UTC (rev 967001)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-docs
 pkgver=1.0.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Generate HTML docs from a dhall package"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  uusi -u hashable $pkgname.cabal
+  uusi -u hashable -u path $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list