Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / poke
Commits: 7ce83a38 by Morten Linderud at 2023-10-12T21:55:56+02:00 upgpkg: 3.3-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = poke + pkgdesc = Interactive, extensible editor for binary data. + pkgver = 3.3 + pkgrel = 1 + url = http://www.jemarch.net/poke.html + arch = x86_64 + license = GPL3 + checkdepends = dejagnu + makedepends = help2man + depends = gc + depends = readline + depends = gettext + depends = json-c + options = !lto + source = https://ftp.gnu.org/gnu/poke/poke-3.3.tar.gz + source = https://ftp.gnu.org/gnu/poke/poke-3.3.tar.gz.sig + validpgpkeys = BDFA5717FC1DD35C2C3832A23EF90523B304AF08 + sha256sums = 0080459de85063c83b689ffcfba36872236803c12242d245a42ee793594f956e + sha256sums = SKIP + +pkgname = poke ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Yunxiang Li <[email protected]> pkgname=poke -pkgver=3.2 +pkgver=3.3 pkgrel=1 pkgdesc="Interactive, extensible editor for binary data." arch=(x86_64) @@ -14,7 +14,7 @@ checkdepends=('dejagnu') options=('!lto') source=("https://ftp.gnu.org/gnu/poke/poke-${pkgver}.tar.gz"{,.sig}) validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08') -sha256sums=('758e551dd53a6cce54ec94d8fc21fa4d6b52a27d1c2667206d599ecdc74f0d97' +sha256sums=('0080459de85063c83b689ffcfba36872236803c12242d245a42ee793594f956e' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/poke/-/commit/7ce83a38bce8674aab88bf3966285613afd2934b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/poke/-/commit/7ce83a38bce8674aab88bf3966285613afd2934b You're receiving this email because of your account on gitlab.archlinux.org.
