Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / ruby-pcaprub
Commits: 95ba9a99 by Andreas Schleifer at 2024-06-04T21:16:47+02:00 upgpkg: 0.13.1-2: Ruby 3.2 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = ruby-pcaprub + pkgdesc = Consistent interface to libpcap packet capture library + pkgver = 0.13.1 + pkgrel = 2 + url = https://github.com/pcaprub/pcaprub + arch = x86_64 + license = LGPL2.1 + makedepends = ruby-rdoc + depends = ruby + depends = libpcap + noextract = pcaprub-0.13.1.gem + options = !emptydirs + source = https://rubygems.org/downloads/pcaprub-0.13.1.gem + sha512sums = 3079a5f7b29df502b5bbf0afdb7c670c9a43fbb4024163001018ebffd660597197cb0c146005f1ce027f00f2ba4c2e0430a8574cb10c4fac310a8b04411c53dd + +pkgname = ruby-pcaprub ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _gemname=pcaprub pkgname=ruby-${_gemname} pkgver=0.13.1 -pkgrel=1 +pkgrel=2 pkgdesc='Consistent interface to libpcap packet capture library' url='https://github.com/pcaprub/pcaprub' arch=('x86_64') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-pcaprub/-/commit/95ba9a99846c02a5be461ef52bcd9546c46a3fae -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-pcaprub/-/commit/95ba9a99846c02a5be461ef52bcd9546c46a3fae You're receiving this email because of your account on gitlab.archlinux.org.
