From c2b0625525575abd6fddc10158fcdf78950b2869 Mon Sep 17 00:00:00 2001 From: Luke T. Shumaker Date: Feb 23 2024 05:32:58 +0000 Subject: libre/libretools: pkgrel bump, build the manpages --- diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index b4bfb46..8a1f9e1 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -16,9 +16,9 @@ sha256sums=('1058ac92d0e660c23f12bc752490f8ae029c7103f68ea5d7223309efe86602ca' validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9' # Luke Shumaker 'BFA8008A8265677063B11BF47171986E4B745536') # Andreas Grapentin -pkgrel=1 +pkgrel=2 arch=('any') -#makedepends=(ruby-ronn-ng) +makedepends=(ruby-ronn-ng) checkdepends=( bats git @@ -31,10 +31,6 @@ checkdepends=( build() { cd "$srcdir/$pkgbase-$pkgver" - - # Disable the manpages for now. - sed -i 's/enable_manpages.*/enable_manpages =/' config.mk - make }