[arch-commits] Commit in lesspipe/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Mon Aug 22 13:25:41 UTC 2022


    Date: Monday, August 22, 2022 @ 13:25:41
  Author: kgizdov
Revision: 1274691

upgpkg: lesspipe 2.06-1

Modified:
  lesspipe/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 13:16:30 UTC (rev 1274690)
+++ PKGBUILD	2022-08-22 13:25:41 UTC (rev 1274691)
@@ -4,7 +4,7 @@
 # Contributor: solsTiCe d'Hiver <solstice.dhiver at gmail.com>
 
 pkgname=lesspipe
-pkgver=2.05
+pkgver=2.06
 pkgrel=1
 pkgdesc='an input filter for the pager less'
 depends=('less' 'perl')
@@ -32,7 +32,7 @@
 url="https://www-zeuthen.desy.de/~friebel/unix/lesspipe.html"
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wofr06/lesspipe/archive/refs/tags/v${pkgver}.tar.gz"
         'lesspipe.sh')
-sha256sums=('78eab63d8bcb07ab9e2230bc4627ffa7b1c9296f0091b1237f52daf7f1d4682f'
+sha256sums=('f46c7b0b06f951613535a480d22ba7e8563f4f08d3d3f8e370047df122cb1637'
             '522a4893b640ed95e39fd4ca83a5d5ec79207542fec03710fa5e73fe201ed057')
 
 build() {
@@ -44,6 +44,7 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   mkdir -p "${pkgdir}"/usr/share/man/man1
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  mv "${pkgdir}"/etc/{bashc,bash_c}ompletion.d
   install -D "${srcdir}"/lesspipe.sh "${pkgdir}"/etc/profile.d/lesspipe.sh
 }



More information about the arch-commits mailing list