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

Felix Yan felixonmars at gemini.archlinux.org
Sat Sep 25 14:07:18 UTC 2021


    Date: Saturday, September 25, 2021 @ 14:07:18
  Author: felixonmars
Revision: 1025191

upgpkg: dhall-docs 1.0.7-18: rebuild with tasty-silver 3.3

Modified:
  dhall-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-25 14:02:00 UTC (rev 1025190)
+++ PKGBUILD	2021-09-25 14:07:18 UTC (rev 1025191)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-docs
 pkgver=1.0.7
-pkgrel=17
+pkgrel=18
 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 tasty-silver $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list