Compare commits

...

16 commits

15 changed files with 43 additions and 17 deletions

6
.gitmodules vendored
View file

@ -181,6 +181,9 @@
[submodule "llhttp"] [submodule "llhttp"]
path = llhttp path = llhttp
url = ssh://aur@aur.archlinux.org/llhttp.git url = ssh://aur@aur.archlinux.org/llhttp.git
[submodule "lnx"]
path = lnx
url = ssh://aur@aur.archlinux.org/lnx.git
[submodule "lxd-snapper"] [submodule "lxd-snapper"]
path = lxd-snapper path = lxd-snapper
url = ssh://aur@aur.archlinux.org/lxd-snapper.git url = ssh://aur@aur.archlinux.org/lxd-snapper.git
@ -325,6 +328,9 @@
[submodule "python-xdoctest"] [submodule "python-xdoctest"]
path = python-xdoctest path = python-xdoctest
url = ssh://aur@aur.archlinux.org/python-xdoctest.git url = ssh://aur@aur.archlinux.org/python-xdoctest.git
[submodule "quickwit"]
path = quickwit
url = ssh://aur@aur.archlinux.org/quickwit.git
[submodule "realize"] [submodule "realize"]
path = realize path = realize
url = ssh://aur@aur.archlinux.org/realize.git url = ssh://aur@aur.archlinux.org/realize.git

View file

@ -121,6 +121,23 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[freeorion]
source = "github"
github = "freeorion/freeorion"
use_max_tag = true
prefix = "v"
[lnx]
source = "github"
github = "lnx-search/lnx"
use_max_tag = true
[quickwit]
source = "github"
github = "quickwit-inc/quickwit"
use_max_tag = true
prefix = "v"
[cargo-sweep] [cargo-sweep]
source = "github" source = "github"
github = "holmgr/cargo-sweep" github = "holmgr/cargo-sweep"

@ -1 +1 @@
Subproject commit 5da2a05501a8f822bcea95ce4c39f1357bf730fe Subproject commit 77647c4c269ab0d78f0bf5556fffbdc0d8bec0e5

@ -1 +1 @@
Subproject commit 7f1509e7844a91df540db328f8f286ab8ab04d42 Subproject commit 0db0695b9637b2b807fec0db4d0be2fa323baaea

@ -1 +1 @@
Subproject commit 7cda3cbe87616fbd3ee0f393795f846ea3541280 Subproject commit ed9cd3c49cd30a086b27fce2c5b1078114764cf7

1
lnx Submodule

@ -0,0 +1 @@
Subproject commit 8f28e34840dee6f5d7dedfd2f334ff7b6699a70c

@ -1 +1 @@
Subproject commit f128bce15e891029a3156014253b9afd121e4966 Subproject commit 258953be41fe307dd784f7020f188428821ad6e1

View file

@ -4,8 +4,8 @@
pkgname=python-croniter pkgname=python-croniter
_pkgname="${pkgname#python-}" _pkgname="${pkgname#python-}"
pkgver=1.1.0 pkgver=1.2.0
pkgrel=2 pkgrel=1
pkgdesc="Provides iteration for the datetime object with a cron like format" pkgdesc="Provides iteration for the datetime object with a cron like format"
arch=('any') arch=('any')
url="https://github.com/kiorky/croniter" url="https://github.com/kiorky/croniter"
@ -14,8 +14,8 @@ depends=('python-dateutil' 'python-natsort')
makedepends=('python-setuptools') makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytz') checkdepends=('python-pytest' 'python-pytz')
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha512sums=('ccc56e912d5ff684ec930f87ab096b0a739191014a2d0a76febddf0fe4155a6c319cf28011bea7b8f8034218a35813db65c3d4911ff575878a12f8fe1f75720e') sha512sums=('0d7d59d617be16f7f1b6401a3c1260c3b644855c046fa6c2948cf2f2caaf7ee0183c659e0165c8d36068467893bb68bdd4024a246a85c76448ab0a62233c9ca1')
b2sums=('0c01d801b55b0fd6189d5b35f7493580aa25ea18e8be061152c6642fd05a9075c1211578124cd945bb754fda4704f637069a98c5080e41ce369cc3c959b35edf') b2sums=('eed3db9d96571de188f5bda3c3000ce4607e72fd97d2f70b34355495349744129c29ace03320d987f43d1692720dbfbb965e824091825b2e11222306a10d081c')
build() { build() {
cd "$_pkgname-$pkgver" cd "$_pkgname-$pkgver"

1
quickwit Submodule

@ -0,0 +1 @@
Subproject commit 0760023129210c1f5ac878f6c5877f5f9d13b009

View file

@ -2,7 +2,7 @@
# Contributor: George Rawlinson <george@rawlinson.net.nz> # Contributor: George Rawlinson <george@rawlinson.net.nz>
pkgname=rollup pkgname=rollup
pkgver=2.63.0 pkgver=2.64.0
pkgrel=1 pkgrel=1
pkgdesc="Next-generation ES6 module bundler" pkgdesc="Next-generation ES6 module bundler"
arch=(any) arch=(any)
@ -12,8 +12,8 @@ depends=('nodejs')
makedepends=('npm' 'jq') makedepends=('npm' 'jq')
source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz") source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tar.gz") noextract=("$pkgname-$pkgver.tar.gz")
sha512sums=('9e9b3489d8e60fe35797a39111fc985cc9ff75aaf75867322a7f8a0733dd68b79cb9bdf1fcbac8774c1472d85cafca19500719011f0d29c7c618594d8062f591') sha512sums=('f9cfa56f0d657b104a48c6f5cb118355f27ebdc8491f7a8b6e66af47e6b00e29d30c0d82e5483dbbb9643b38fad920aed0f294131b16dfab69816ec59a99f7c9')
b2sums=('485640cfc89c439b9b80a97472d4526159a18f9a2f75d4d61993dca1767f55607f1267dd20dda7a71ee3037a5b57ab6fa22910f7436ffb884c73263b26c6ca59') b2sums=('76e96d4732c614fb4529d5c6d928f18a60606ac280b2cfac1288e5e5ebc4715c6dfedd535e40c6bab3c83000cce5ff1103416dde055120e088aff1399cdb008a')
package() { package() {
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier) local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)

View file

@ -2,7 +2,7 @@
_gemname=listen _gemname=listen
pkgname=ruby-$_gemname pkgname=ruby-$_gemname
pkgver=3.7.0 pkgver=3.7.1
pkgrel=1 pkgrel=1
pkgdesc="Listens to file modifications and notifies you about the changes" pkgdesc="Listens to file modifications and notifies you about the changes"
arch=('any') arch=('any')
@ -16,7 +16,8 @@ depends=(
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=('ba6788f3022bc8606694dd1001d0a28f608bc3caf33de5f9707b78ae73b3b2f523712f5a240c2cc3cd5a048da76de607e399511a56489b40799beeff022d3656') sha512sums=('902324850d022086ced8aa0759638a3d909c717ea8045af276f1a2e27128796c5fbe0b4b7e57aee76362cbeac3401101eaf68d9cc173364507811f7934c8e606')
b2sums=('04583e3c5063efab36af15f2d3e180e0b38ec246417277dfaf60230bd98ebe88deaec42a90cd436a94dd1269525a4b509bdaba76db3847d6a3fcc3acbb9febd2')
package() { package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')" local _gemdir="$(ruby -e'puts Gem.default_dir')"

@ -1 +1 @@
Subproject commit 152aad3c921aa82987cbe303c7e8b80eeb188b88 Subproject commit 4a93471532f0216b1ad64e25f8a953c5597a9ea5

@ -1 +1 @@
Subproject commit a653bbfc438995a2f47219b8848eef0fe57ecc3c Subproject commit a2ed9ba23281e50a710a05fa010efb85917eabff

@ -1 +1 @@
Subproject commit b5fa81f84f8994dc0cf9a60c68309b4f9ab48dcb Subproject commit 5adf55c5b7c3a57f433a9871974e06ad2afcf350

@ -1 +1 @@
Subproject commit 462cfd588ff26411d039943734bc1ae73bbc2026 Subproject commit 7237b785e338f96e90144de2aa50d09afa6b591c