summaryrefslogtreecommitdiff
path: root/system/less/APKBUILD
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-05-04 02:50:34 +0000
committerZach van Rijn <me@zv.io>2022-05-06 12:37:31 -0500
commitfc8a56ec08e755e74c3eeb9b91885dd1d0560f37 (patch)
tree2a17d6c8bc0f9593fbf3e4f905d91a25c0d13955 /system/less/APKBUILD
parent1bf617a9cd6a3b325a4bfee28a69792bcb27afc6 (diff)
downloadpackages-fc8a56ec08e755e74c3eeb9b91885dd1d0560f37.tar.gz
packages-fc8a56ec08e755e74c3eeb9b91885dd1d0560f37.tar.bz2
packages-fc8a56ec08e755e74c3eeb9b91885dd1d0560f37.tar.xz
packages-fc8a56ec08e755e74c3eeb9b91885dd1d0560f37.zip
system/less: bump { 581 --> 590 }.
Note that the patches correspond to: * https://github.com/gwsw/less/commit/5e1f4ce2c3a2c0fd6a953c4f7ca2839370f9c3ae.patch * https://github.com/gwsw/less/commit/d3edebf528da8a9e15d6be518c24e90462a28698.patch with minor modifications to remove conflicts in non-code NRO and NEWS files.
Diffstat (limited to 'system/less/APKBUILD')
-rw-r--r--system/less/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/system/less/APKBUILD b/system/less/APKBUILD
index 29eb4916b..793d3bbab 100644
--- a/system/less/APKBUILD
+++ b/system/less/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Cameron Banta <cbanta@gmail.com>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=less
-pkgver=581
+pkgver=590
pkgrel=0
pkgdesc="File pager"
url="http://www.greenwoodsoftware.com/less/"
@@ -10,7 +10,10 @@ license="BSD-2-Clause OR GPL-3.0+"
options="!check"
makedepends="ncurses-dev"
subpackages="$pkgname-doc"
-source="http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"
+source="http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz
+ search-path-history-file.patch
+ search-path-lesskey-file.patch
+ "
prepare() {
default_prepare
@@ -32,4 +35,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="b2892c73fb6e8a5cb5d5c22280c653194d6a1667a7d65a4b972a76038818cce827f1d00f266d6222e65f93fecfe1760d30109e9d2cf1aa6872b476b49eecefd9 less-581.tar.gz"
+sha512sums="426fa5840fd43c17bd5a452ad35ad24f2d6684623c6914403fd0059af62266bf2138e6828c7d73a1cef26a736c0d2b8ed4ab180eea8297281dae79a4228eb903 less-590.tar.gz
+d059a3b4e28c8c8473a9834e00eade8bb9ab14922235bf0344d71604ad656449dcb95763f7103a21d2443881d599178d333f1e4c88a4372d9cb526eb36ebd8b0 search-path-history-file.patch
+62d92ba9ae2e152cbf47d214f92a202591f901a68e74afa7a46fbaa6af1f6c38b76e067cf5c9f4fba2ee9602857c5900a0857d5402ebd593ab2410527b5f162d search-path-lesskey-file.patch"