Compare commits

..

No commits in common. "b69cd2e8e93dbcc6b87be5273934cf7608e4ed75" and "6ef4c7a6d11f5a51eef5453208c6b14f5e3c047f" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org> # Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=cloud-hypervisor pkgname=cloud-hypervisor
pkgver=25.0 pkgver=24.0
pkgrel=1 pkgrel=1
pkgdesc='A Virtual Machine Monitor for modern cloud workloads' pkgdesc='A Virtual Machine Monitor for modern cloud workloads'
url='https://www.cloudhypervisor.org' url='https://www.cloudhypervisor.org'
@ -12,7 +12,7 @@ makedepends=('git' 'rust')
optdepends=('qemu-headless: for virtiofsd') optdepends=('qemu-headless: for virtiofsd')
install="$pkgname.install" install="$pkgname.install"
options=('!lto') options=('!lto')
_commit='b132cd2145aad9c4fd2adb34c0133afea3d1f0fc' _commit='ebaea6fe0fa45835c45bf48aa70bced38865e49b'
source=("$pkgname::git+https://github.com/cloud-hypervisor/cloud-hypervisor.git#commit=$_commit") source=("$pkgname::git+https://github.com/cloud-hypervisor/cloud-hypervisor.git#commit=$_commit")
b2sums=('SKIP') b2sums=('SKIP')

View file

@ -2,7 +2,7 @@
pkgname=ruby-oj pkgname=ruby-oj
_gemname="${pkgname#ruby-}" _gemname="${pkgname#ruby-}"
pkgver=3.13.16 pkgver=3.13.15
pkgrel=1 pkgrel=1
pkgdesc='The fastest JSON parser and object serializer' pkgdesc='The fastest JSON parser and object serializer'
arch=('x86_64') arch=('x86_64')
@ -13,8 +13,8 @@ makedepends=('ruby-rdoc')
options=(!emptydirs) options=(!emptydirs)
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem") source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem") noextract=("$_gemname-$pkgver.gem")
sha512sums=('430259097231c9835b7ddce0f59669e3ba689f633bd3b5404ab0e9e5216564b5228e11d5bf9fbde4db4ae87d0923bd02034fb9dae427d82c6001aa602ffdbbb5') sha512sums=('1761eddc0e98e2a5aba17da5dcf7ecb231276bfd97175c55fb098fb874932a197d25d9bdf9ae0eed53a16c8ff494f1d9b2d207f083f0c708263aba2abfb5350b')
b2sums=('8c23ba0d0d2b889a69e8431b810ecd1da74b8944e98e6f1c9967fef1b917dc6539c3dcd1ca2624d2c39bfa77ed9864aed451c8e3128086288322a93890c53b2b') b2sums=('3aab01fe25767d996834d5ed986d71659a793fce8c5e989bea39de6e07bc426e7edb16dba8bfc56838656927c48b17b5aad60708bc0a11cb2e67b1e8de22e521')
package() { package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')" local _gemdir="$(ruby -e'puts Gem.default_dir')"