Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
hexedit


Commits:
153e143a by Christian Hesse at 2026-05-05T18:15:27+02:00
use SPDX specifier for license

- - - - -
d211df6e by Christian Hesse at 2026-05-05T18:16:09+02:00
explicitly depend on glibc

- - - - -
237e5fc1 by Christian Hesse at 2026-05-05T18:17:07+02:00
upgpkg: 1.6-3: rebuild with age 2y+

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
 pkgbase = hexedit
        pkgdesc = View and edit files in hexadecimal or in ASCII
        pkgver = 1.6
-       pkgrel = 2
+       pkgrel = 3
        url = https://rigaux.org/hexedit.html
        arch = x86_64
-       license = GPL
+       license = GPL-2.0-or-later
+       depends = glibc
        depends = ncurses
        source = 
hexedit-1.6.tar.gz::https://github.com/pixel/hexedit/archive/1.6.tar.gz
        sha256sums = 
598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
 
 pkgname=hexedit
 pkgver=1.6
-pkgrel=2
+pkgrel=3
 pkgdesc='View and edit files in hexadecimal or in ASCII'
 arch=('x86_64')
 url='https://rigaux.org/hexedit.html'
-license=('GPL')
-depends=('ncurses')
+license=('GPL-2.0-or-later')
+depends=('glibc' 'ncurses')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pixel/hexedit/archive/${pkgver}.tar.gz";)
 sha256sums=('598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hexedit/-/compare/87aa7d31101e6a366233a89cb62c2f20f19ee717...237e5fc11bd94ad8b048e9d26abc18e560449b82

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hexedit/-/compare/87aa7d31101e6a366233a89cb62c2f20f19ee717...237e5fc11bd94ad8b048e9d26abc18e560449b82
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


Reply via email to