Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / passim
Commits: b45994ce by Frederik Schwan at 2023-10-09T16:30:34+02:00 upgpkg: 0.1.3-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,29 @@ +pkgbase = passim + pkgdesc = A local caching server + pkgver = 0.1.3 + pkgrel = 1 + url = https://github.com/hughsie/passim + arch = x86_64 + license = LGPL + makedepends = cmake + makedepends = gobject-introspection + makedepends = meson + makedepends = systemd + depends = avahi + depends = glib2 + depends = libgio-2.0.so + depends = gnutls + depends = hicolor-icon-theme + depends = libsoup3 + depends = libsoup-3.0.so + provides = libpassim.so + backup = etc/passim.conf + source = https://github.com/hughsie/passim/releases/download/0.1.3/passim-0.1.3.tar.xz + source = https://github.com/hughsie/passim/releases/download/0.1.3/passim-0.1.3.tar.xz.asc + validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17 + sha512sums = 303f0cf3913a0f1880611fc48c8269dbe24d3394b6cf45cc6e9c51bb1c10729b793882d9b7aa64395268c3b6e29d47f23ec0f81711085a8df58b238d6a03c063 + sha512sums = SKIP + b2sums = ee1980f7c997f85d0d465b68b684b37b8ac42df05b7de5ef52888638fbd95fcbeacda13b36754dab5faa1825477eb226fa38f81ad16526b5725e8f639271d9eb + b2sums = SKIP + +pkgname = passim ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Frederik Schwan <freswa at archlinux dot org> pkgname=passim -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=1 pkgdesc="A local caching server" arch=(x86_64) @@ -25,9 +25,9 @@ backup=( etc/passim.conf ) source=("https://github.com/hughsie/passim/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}) -sha512sums=('42cb12f010bc5d2173da162f95966a43e213fe5c07cbe82e99cfdfef86ae9f78c46d9962b5671df0e7efb9e53e979039f8981173fea14c84e82e65811d88389d' +sha512sums=('303f0cf3913a0f1880611fc48c8269dbe24d3394b6cf45cc6e9c51bb1c10729b793882d9b7aa64395268c3b6e29d47f23ec0f81711085a8df58b238d6a03c063' 'SKIP') -b2sums=('31674980515ddb6098957670ecf4343a049265891c6b24918c94f178a727ae60066f8100030205c3f0aa032bfb0570e7dadfbfe28941a07fa69eca4de8eb9fa1' +b2sums=('ee1980f7c997f85d0d465b68b684b37b8ac42df05b7de5ef52888638fbd95fcbeacda13b36754dab5faa1825477eb226fa38f81ad16526b5725e8f639271d9eb' 'SKIP') validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/passim/-/commit/b45994ceaf4ba7515f74ff4f035de114298696a7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/passim/-/commit/b45994ceaf4ba7515f74ff4f035de114298696a7 You're receiving this email because of your account on gitlab.archlinux.org.
