[arch-commits] Commit in hopenpgp-tools/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 03:28:24 UTC 2022


    Date: Monday, March 21, 2022 @ 03:28:23
  Author: felixonmars
Revision: 1166621

upgpkg: hopenpgp-tools 0.23.6-239: rebuil with memory 0.17.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 03:28:16 UTC (rev 1166620)
+++ PKGBUILD	2022-03-21 03:28:23 UTC (rev 1166621)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.6
-pkgrel=238
+pkgrel=239
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools"
 license=("AGPL3")
@@ -24,7 +24,7 @@
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
 
-    runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}"
+    runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname
     runhaskell Setup build $MAKEFLAGS
 }
 



More information about the arch-commits mailing list