summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f29ec832fb96..794a8e748698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mandb-ondemand
pkgver=1.11
-pkgrel=1
+pkgrel=2
pkgdesc="Rebuild man-db cache/purge ondemand and speed up pacman operations."
arch=('any')
url="http://github.com/graysky2/mandb-ondemand"
@@ -12,8 +12,8 @@ conflicts=('man-db-systemd')
replaces=('man-db-systemd')
optdepends=('gzip')
install=${pkgname}.install
-source=(https://github.com/graysky2/${pkgname}/archive/v1.10.tar.gz)
-sha256sums=('02cc1eb12a6dcd6d39ac11a5fe6fcc29928289c35a89d8ad419e061572e440a4')
+source=(https://github.com/graysky2/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('9e8d5c9a172e6c40c4c024506b8eaf790c56c8410370ad19ea2311c8f5566b5b')
build() {
cd ${pkgname}-${pkgver}