summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 342ea71b4f03..fed00b25bbe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT org>
pkgname=mandb-ondemand
-pkgver=1.12
+pkgver=2.01
pkgrel=1
pkgdesc="Rebuilds the manpage index database on-demand to speed-up pacman operations."
arch=('any')
@@ -13,12 +13,7 @@ replaces=('man-db-systemd')
optdepends=('gzip')
install=${pkgname}.install
source=(https://github.com/graysky2/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('84dc80ca3803164d9d3d6b82f0e068d28722e8195d065215d0f0aab79f14116c')
-
-build() {
- cd ${pkgname}-${pkgver}
- make
-}
+sha256sums=('c0f83061b8e9c57b3ff6093f7106f919b45efc88d9363ccf6a4c5b7a07bf298a')
package() {
cd ${pkgname}-${pkgver}