Date: Sunday, April 24, 2022 @ 08:47:42 Author: foxboron Revision: 1189511
upgpkg: hexedit 1.6-1: upgpkg: hexedit 1.6-1 Modified: hexedit/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-24 08:46:34 UTC (rev 1189510) +++ PKGBUILD 2022-04-24 08:47:42 UTC (rev 1189511) @@ -3,7 +3,7 @@ # Contributor: Paul Mattal <[email protected]> pkgname=hexedit -pkgver=1.5 +pkgver=1.6 pkgrel=1 pkgdesc="View and edit files in hexadecimal or in ASCII" arch=('x86_64') @@ -10,8 +10,9 @@ url="http://rigaux.org/hexedit.html" license=('GPL') depends=('ncurses') +options=(debug) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pixel/hexedit/archive/${pkgver}.tar.gz") -sha256sums=('27a2349f659e995d7731ad672450f61a2e950330049a6fb59b77490c5e0015ac') +sha256sums=('598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3') build() { cd "${pkgname}-${pkgver}"
