Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
libedit
Commits:
faca0e08 by Levente Polyak at 2026-05-17T01:03:14+02:00
upgpkg: 20260512_3.1-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libedit
pkgdesc = Command line editor library providing generic line editing,
history, and tokenization functions
- pkgver = 20251016_3.1
+ pkgver = 20260512_3.1
pkgrel = 1
url = https://thrysoee.dk/editline/
arch = x86_64
@@ -8,8 +8,9 @@ pkgbase = libedit
depends = glibc
depends = libncursesw.so
depends = ncurses
- source = https://thrysoee.dk/editline//libedit-20251016-3.1.tar.gz
- b2sums =
2ea177f349c2a976e11fed07dcfef78d640f5e44f0524930a9872563dff66b29775c89569491579c4d59f1480711d48c78232e0f5f7538509df28794b6607f4e
+ source = https://thrysoee.dk/editline//libedit-20260512-3.1.tar.gz
+ sha256sums =
432d5e7ea8b0116dd39f2eca7bc11d0eed77faa6b77ea526ace89907c23ea4a0
+ b2sums =
5368e7e004424bd03c5900bb535705dd8b3a03e4ad056ed28ab58e62e4bf70f81a696dc041d299563ee8dae91b0361f7fd5d0942be692d78fea33dfc18c08eef
pkgname = libedit
provides = libedit.so
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Roman Cheplyaka <[email protected]>
pkgname=libedit
-pkgver=20251016_3.1
+pkgver=20260512_3.1
_pkgver=${pkgver/_/-}
pkgrel=1
pkgdesc='Command line editor library providing generic line editing, history,
and tokenization functions'
@@ -16,8 +16,11 @@ depends=(
libncursesw.so
ncurses
)
-source=(${url}/${pkgname}-${_pkgver}.tar.gz)
-b2sums=('2ea177f349c2a976e11fed07dcfef78d640f5e44f0524930a9872563dff66b29775c89569491579c4d59f1480711d48c78232e0f5f7538509df28794b6607f4e')
+source=(
+ ${url}/${pkgname}-${_pkgver}.tar.gz
+)
+sha256sums=('432d5e7ea8b0116dd39f2eca7bc11d0eed77faa6b77ea526ace89907c23ea4a0')
+b2sums=('5368e7e004424bd03c5900bb535705dd8b3a03e4ad056ed28ab58e62e4bf70f81a696dc041d299563ee8dae91b0361f7fd5d0942be692d78fea33dfc18c08eef')
build() {
cd ${pkgname}-${_pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libedit/-/commit/faca0e08b34ee896a6240b3771eab84df0292d32
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libedit/-/commit/faca0e08b34ee896a6240b3771eab84df0292d32
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help