[arch-commits] Commit in lesspipe/trunk (PKGBUILD)
Baptiste Jonglez
zorun at archlinux.org
Wed Jan 29 13:43:44 UTC 2020
Date: Wednesday, January 29, 2020 @ 13:43:44
Author: zorun
Revision: 558857
upgpkg: lesspipe 1.84-1, add more optdepends
Modified:
lesspipe/trunk/PKGBUILD
----------+
PKGBUILD | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-29 13:43:27 UTC (rev 558856)
+++ PKGBUILD 2020-01-29 13:43:44 UTC (rev 558857)
@@ -1,29 +1,36 @@
-# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: solsTiCe d'Hiver <solstice.dhiver at gmail.com>
pkgname=lesspipe
-pkgver=1.83
-pkgrel=2
+pkgver=1.84
+pkgrel=1
pkgdesc='an input filter for the pager less'
-depends=('less')
+depends=('less' 'perl')
arch=('any')
license=('GPL')
-optdepends=('perl'
- 'rpmextract: support for rpm files'
+optdepends=('rpmextract: support for rpm files'
'fastjar: support for jar files'
'unzip: support for zip files'
'unrar: support for rar files'
'p7zip: support for 7za files'
'cabextract: support for cab files'
- 'cdrkit: support for iso files'
+ 'cdrtools: support for iso files'
'html2text: support for html files'
+ 'ghostscript: support for ps files'
+ 'djvulibre: support for DjVu files'
+ 'odt2txt: support for OpenDocument files'
'antiword: support for word file'
+ 'catdoc: support for word file'
+ 'pandoc: support for word file'
+ 'libreoffice-fresh: support for MS Office files'
'unrtf: support for rtf file'
+ 'mediainfo: support for mp4 file'
'imagemagick: support for some image file')
url="https://www-zeuthen.desy.de/~friebel/unix/lesspipe.html"
-source=("https://downloads.sourceforge.net/project/lesspipe/lesspipe/$pkgver/lesspipe-$pkgver.tar.gz"
+source=("https://github.com/wofr06/lesspipe/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
lesspipe.sh)
-sha256sums=('d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e'
+sha256sums=('5eb4811cc8ded108e98448bd83057e730906f643ad689ccd695828f2a46c4410'
'522a4893b640ed95e39fd4ca83a5d5ec79207542fec03710fa5e73fe201ed057')
prepare() {
More information about the arch-commits
mailing list