Hi Gaëtan, For working PKGBUILD,
Maintainer: Gaetan Bisson bisson@archlinux.org
pkgname=rdrview-git _pkgname=rdrview pkgver=20201020.cb87302 pkgrel=1 pkgdesc='Command line tool to extract the main content from a webpage' url='https://github.com/eafer/rdrview' license=('custom') arch=('x86_64') makedepends=('git') depends=('curl' 'libxml2' 'libseccomp') source=('git+https://github.com/eafer/rdrview.git') sha256sums=('SKIP')
provides=("${_pkgname}") conflicts=("${_pkgname}")
pkgver() { cd "${srcdir}/${_pkgname}" git log -1 --format='%cd.%h' --date=short | tr -d - }
build() { cd "${srcdir}/${_pkgname}" make }
package() { cd "${srcdir}/${_pkgname}" make PREFIX="${pkgdir}/usr" install }
Thanks, Laurent.
Pinned Comments
parkerlreed commented on 2026-01-30 01:38 (UTC)
This is a git package. Reinstalling it will pull in the latest version.