1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-28 05:50:31 +01:00

Compare commits

..

2 Commits

Author SHA1 Message Date
4ed8902296 upgpkg: simdjson 1.1.0-1
upstream release
2022-05-19 08:04:31 +02:00
4ac0bb4d17 upgpkg: python-opnieuw 1.2.0-1
upstream release
2022-05-19 08:02:29 +02:00
4 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-opnieuw pkgbase = python-opnieuw
pkgdesc = A general-purpose retrying library, written in pure Python pkgdesc = A general-purpose retrying library, written in pure Python
pkgver = 1.1.0 pkgver = 1.2.0
pkgrel = 1 pkgrel = 1
url = https://github.com/channable/opnieuw url = https://github.com/channable/opnieuw
arch = any arch = any
@@ -8,7 +8,7 @@ pkgbase = python-opnieuw
checkdepends = python-pytest checkdepends = python-pytest
makedepends = python-setuptools makedepends = python-setuptools
depends = python depends = python
source = python-opnieuw-1.1.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v1.1.0.tar.gz source = python-opnieuw-1.2.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v1.2.0.tar.gz
sha256sums = 3a59a718f5032d9165d528fe95ea41c539d91eecba8af2c2025e5936f3748e9d sha256sums = 1e7df8cbbd0f4fe558568ece9f54dd48f6f59b2fb433bace2684827fec646fa4
pkgname = python-opnieuw pkgname = python-opnieuw

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl> # Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-opnieuw pkgname=python-opnieuw
pkgver=1.1.0 pkgver=1.2.0
pkgrel=1 pkgrel=1
pkgdesc="A general-purpose retrying library, written in pure Python" pkgdesc="A general-purpose retrying library, written in pure Python"
arch=('any') arch=('any')
@@ -10,7 +10,7 @@ depends=('python')
makedepends=('python-setuptools') makedepends=('python-setuptools')
checkdepends=('python-pytest') checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('3a59a718f5032d9165d528fe95ea41c539d91eecba8af2c2025e5936f3748e9d') sha256sums=('1e7df8cbbd0f4fe558568ece9f54dd48f6f59b2fb433bace2684827fec646fa4')
build() { build() {
cd "opnieuw-$pkgver" cd "opnieuw-$pkgver"

View File

@@ -1,13 +1,13 @@
pkgbase = simdjson pkgbase = simdjson
pkgdesc = A C++ library to see how fast we can parse JSON with complete validation. pkgdesc = A C++ library to see how fast we can parse JSON with complete validation.
pkgver = 1.0.2 pkgver = 1.1.0
pkgrel = 1 pkgrel = 1
url = https://github.com/simdjson/simdjson url = https://github.com/simdjson/simdjson
arch = x86_64 arch = x86_64
license = APACHE license = APACHE
makedepends = cmake makedepends = cmake
depends = gcc-libs depends = gcc-libs
source = simdjson-1.0.2.tar.gz::https://github.com/simdjson/simdjson/archive/v1.0.2.tar.gz source = simdjson-1.1.0.tar.gz::https://github.com/simdjson/simdjson/archive/v1.1.0.tar.gz
sha256sums = 46d5995488de76ae61f1c3bcff445a9085c8d34f6cbc9bf0422a99c6d98a002c sha256sums = 9effcb21fe48e4bcc9b96031e60c3911c58aa656ad8c78212d269c0db9e0133e
pkgname = simdjson pkgname = simdjson

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl> # Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson pkgname=simdjson
pkgver=1.0.2 pkgver=1.1.0
pkgrel=1 pkgrel=1
pkgdesc="A C++ library to see how fast we can parse JSON with complete validation." pkgdesc="A C++ library to see how fast we can parse JSON with complete validation."
arch=('x86_64') arch=('x86_64')
@@ -9,7 +9,7 @@ license=('APACHE')
depends=(gcc-libs) depends=(gcc-libs)
makedepends=(cmake) makedepends=(cmake)
source=("$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz")
sha256sums=('46d5995488de76ae61f1c3bcff445a9085c8d34f6cbc9bf0422a99c6d98a002c') sha256sums=('9effcb21fe48e4bcc9b96031e60c3911c58aa656ad8c78212d269c0db9e0133e')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"