Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / ruby-ethon
Commits: 98ae3406 by Bert Peters at 2025-02-02T20:45:07+01:00 upgpkg: 0.16.0-4: correct architecture - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,9 +1,9 @@ pkgbase = ruby-ethon pkgdesc = Libcurl wrapper pkgver = 0.16.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/typhoeus/ethon - arch = any + arch = x86_64 license = MIT checkdepends = ruby-rspec checkdepends = ruby-bundler ===================================== PKGBUILD ===================================== @@ -3,9 +3,9 @@ _name=ethon pkgname=ruby-${_name} pkgver=0.16.0 -pkgrel=3 +pkgrel=4 pkgdesc="Libcurl wrapper" -arch=('any') +arch=('x86_64') url="https://github.com/typhoeus/ethon" license=('MIT') depends=('ruby' 'ruby-ffi' 'curl') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-ethon/-/commit/98ae34069973e4bbd34b2c915c0b128ea7be5d4f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-ethon/-/commit/98ae34069973e4bbd34b2c915c0b128ea7be5d4f You're receiving this email because of your account on gitlab.archlinux.org.