Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / bless
Commits: 3ac2c096 by Antonio Rojas at 2024-09-07T15:37:45+02:00 upgpkg: 0.6.3-2: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = bless + pkgdesc = High-quality, full-featured hex editor + pkgver = 0.6.3 + pkgrel = 2 + url = https://github.com/afrantzis/bless + arch = any + license = GPL + makedepends = meson + makedepends = ninja + makedepends = itstool + depends = gtk-sharp-2 + source = bless.tar.gz::https://github.com/afrantzis/bless/archive/v0.6.3.tar.gz + sha256sums = 547f2f28073fc791c9d52fa5fd7d66d92c42c7d7fecba05ce1e4b55278ff8cd4 + +pkgname = bless ===================================== PKGBUILD ===================================== @@ -6,13 +6,13 @@ pkgname=bless pkgver=0.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="High-quality, full-featured hex editor" arch=('any') url="https://github.com/afrantzis/bless" license=('GPL') depends=('gtk-sharp-2') -makedepends=('meson' 'ninja') +makedepends=('meson' 'ninja' 'itstool') source=($pkgname.tar.gz::https://github.com/afrantzis/bless/archive/v0.6.3.tar.gz) sha256sums=('547f2f28073fc791c9d52fa5fd7d66d92c42c7d7fecba05ce1e4b55278ff8cd4') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bless/-/commit/3ac2c0968d007de8e4098eb67f08bd413a94ef47 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bless/-/commit/3ac2c0968d007de8e4098eb67f08bd413a94ef47 You're receiving this email because of your account on gitlab.archlinux.org.
