Compare commits

...

8 commits

Author SHA1 Message Date
800f4b4941
submodule: terraform-provider-lxd 1.7.0-2 2022-01-21 06:31:55 +00:00
2442113c31
upgpkg: ruby-formatador 1.0.0-1
New upstream release.
2022-01-21 06:28:14 +00:00
6b11f77111
submodule: terraform-provider-lxd 1.7.0-1 2022-01-21 06:28:05 +00:00
46df73718e
upgpkg: cloud-hypervisor 21.0-1
* New upstream release.
* Switch source to git commit from github tarball.
2022-01-21 06:26:27 +00:00
3420e8d15e
submodule: kirc 0.3.0-1 2022-01-21 06:23:09 +00:00
014638761a
submodule: playwright 1.18.0-1 2022-01-21 06:22:24 +00:00
497bce5a9f
submodule: plex-media-server-plexpass 1.25.4.5426-1 2022-01-21 06:18:57 +00:00
aa12a6c71f
nvchecker: add kcgi 2022-01-20 07:16:31 +00:00
8 changed files with 33 additions and 14 deletions

3
.gitmodules vendored
View file

@ -628,3 +628,6 @@
[submodule "urlview"] [submodule "urlview"]
path = urlview path = urlview
url = https://aur.archlinux.org/urlview.git url = https://aur.archlinux.org/urlview.git
[submodule "kcgi"]
path = kcgi
url = ssh://aur@aur.archlinux.org/kcgi.git

View file

@ -121,6 +121,14 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[kcgi]
source = "github"
github = "kristapsdz/kcgi"
use_max_tag = true
from_pattern = 'VERSION_(\d+)_(\d+)_(\d+)'
to_pattern = '\1.\2.\3'
ignored = "VERSION_0"
[bear] [bear]
source = "github" source = "github"
github = "rizsotto/Bear" github = "rizsotto/Bear"

View file

@ -1,36 +1,42 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org> # Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=cloud-hypervisor pkgname=cloud-hypervisor
pkgver=20.2 pkgver=21.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"
arch=('x86_64') arch=('x86_64')
license=('Apache') license=('Apache')
depends=('gcc-libs') depends=('gcc-libs')
makedepends=('rust') makedepends=('git' 'rust')
optdepends=('qemu-headless: for virtiofsd') optdepends=('qemu-headless: for virtiofsd')
install="$pkgname.install" install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/cloud-hypervisor/cloud-hypervisor/archive/v$pkgver.tar.gz") options=('!lto')
sha512sums=('eba58f505edaa748c9884e7479b35030a611cd36b4b2bbd3b18e5c579fb7cb28815c6301f1b60c68dcf62d4c496d28d7e8b3bf13369833bc491a8b8360724eb8') _commit='95ca79974a32f3dab5987032361d0ecd2aa65512'
b2sums=('1e8d03d6913cbd186cbfd62c4151b3be453c1e4b1fa8c06232722c692c35bcfc7167d6a1318459d6742b5865b2d58d097ae373dc798ecfd7a15b171a72fcb0a3') source=("$pkgname::git+https://github.com/cloud-hypervisor/cloud-hypervisor.git#commit=$_commit")
b2sums=('SKIP')
pkgver() {
cd "$pkgname"
git describe --tags | sed 's/^v//'
}
prepare() { prepare() {
cd "$pkgname-$pkgver" cd "$pkgname"
# download dependencies # download dependencies
cargo fetch --locked --target "$CARCH-unknown-linux-gnu" cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
} }
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname"
# FTBFS: --all-features due to hypervisor not compiling # FTBFS: --all-features due to hypervisor not compiling
# cargo build --release --locked --all-features --target-dir=target # cargo build --release --frozen --all-features
cargo build --release --frozen cargo build --release --frozen
} }
package() { package() {
find "$pkgname-$pkgver/target/release" \ find "$pkgname/target/release" \
-maxdepth 1 \ -maxdepth 1 \
-executable \ -executable \
-type f \ -type f \

1
kcgi Submodule

@ -0,0 +1 @@
Subproject commit 591da70e4d261bef9e8f9c73e74cd16c09f371ef

2
kirc

@ -1 +1 @@
Subproject commit c43c6000ffd7081a820099d0f2430e107b4ed82e Subproject commit 5f5ee352f8807080758474b554c6394ec68ba109

@ -1 +1 @@
Subproject commit 7469ed3ac6a61fc1a1fb5eed0a8dd834bc00c161 Subproject commit b5ad5576c1437e6a877d38b4ab7b1b94af9814c7

View file

@ -2,7 +2,7 @@
_gemname=formatador _gemname=formatador
pkgname=ruby-$_gemname pkgname=ruby-$_gemname
pkgver=0.3.0 pkgver=1.0.0
pkgrel=1 pkgrel=1
pkgdesc="STDOUT text formatting" pkgdesc="STDOUT text formatting"
arch=('any') arch=('any')
@ -13,7 +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")
b2sums=('228773d700810c5fa0b40b589bf0180346baf9b46cd2c87394def5a69e29a062db3de8c95b03351a87dadcd33d2d91a2fe2f6aa0bc76e5e5ef4ce05cdf495e1c') sha512sums=('8e81fc78b0e7e9a5b57f8e845477f725d7de3843f78f3e83ea63ac8eac5a8abfddc01ed6874ff560f26d2f6a953b5489e933bbb921e5bd577facbf1fa120459a')
b2sums=('bf1f9f32a6fa984ab06c4015f9f93957a7afe8ec1b1156e5b293d0f93cb1475d1f4633705efc9ff96af7170aa36daba230281e9a5bf0787e97d9439ae0263422')
package() { package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')" local _gemdir="$(ruby -e'puts Gem.default_dir')"

@ -1 +1 @@
Subproject commit 478023f098ec6c003c99eff113387cb81c85ecc9 Subproject commit b1b4041ff909ef7192bb24a72330916fe13d3016