summaryrefslogtreecommitdiff
path: root/libre/libretools/PKGBUILD
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@parabola.nu>2024-02-21 16:56:53 -0700
committerLuke T. Shumaker <lukeshu@parabola.nu>2024-02-22 22:32:58 -0700
commitc2b0625525575abd6fddc10158fcdf78950b2869 (patch)
treed0ea37725f8c79025b1a45b79a31d1ea8bd620a6 /libre/libretools/PKGBUILD
parentdee8dd53852b6b070ece422661f8387ba97599f2 (diff)
libre/libretools: pkgrel bump, build the manpages
Diffstat (limited to 'libre/libretools/PKGBUILD')
-rw-r--r--libre/libretools/PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index b4bfb4679..8a1f9e1c2 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
}