Merge pull request #4333 from lazka/elinks-0.17.0

elinks: Update to 0.17.0
This commit is contained in:
Christoph Reiter 2024-01-05 12:49:36 +01:00 committed by GitHub
commit a4a0fb9ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
# Maintainer: Alexey Pavlov <Alexpux@gmail.com>
pkgname=elinks
pkgver=0.16.1.1
pkgrel=2
pkgver=0.17.0
pkgrel=1
epoch=
pkgdesc="Full-Featured Text WWW Browser (net-utils)"
arch=("i686" "x86_64")
@ -43,19 +43,12 @@ makedepends=('autotools'
provides=("elinks-git")
conflicts=("elinks-git")
replaces=("elinks-git")
source=("elinks-${pkgver}.tgz::https://github.com/rkd77/elinks/archive/v${pkgver}.tar.gz"
"https://github.com/rkd77/elinks/commit/5b1b478a07a977e82836d82486a5a0681b90d87f.patch"
"https://github.com/rkd77/elinks/commit/51273efada535811d65985df0743152e9660d338.patch")
sha256sums=('d07e55ede144d532212b2b5b92fb81df4360ddd2b156ccaf09cfa4aa218e1aed'
'5054e56929248b84d8f5d40ff6bf6a597d24570b90b72ea373a0c6aac1ae9ae0'
'55c424e5f2794dc29268de962227d9175fcd17d38abee6d95002ed5f35c5a863')
source=("elinks-${pkgver}.tgz::https://github.com/rkd77/elinks/archive/v${pkgver}.tar.gz")
sha256sums=('250a55198bb3e16a49a52fde85ffc54f1e654b7615369467725a3d74bc469f22')
prepare() {
cd "${pkgname}-${pkgver}"
patch -Np1 -i ../5b1b478a07a977e82836d82486a5a0681b90d87f.patch
patch -Np1 -i ../51273efada535811d65985df0743152e9660d338.patch
./autogen.sh
}