mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
Compare commits
2 Commits
377abbc3c1
...
4ed8902296
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ed8902296 | |||
| 4ac0bb4d17 |
@@ -1,6 +1,6 @@
|
||||
pkgbase = python-opnieuw
|
||||
pkgdesc = A general-purpose retrying library, written in pure Python
|
||||
pkgver = 1.1.0
|
||||
pkgver = 1.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/channable/opnieuw
|
||||
arch = any
|
||||
@@ -8,7 +8,7 @@ pkgbase = python-opnieuw
|
||||
checkdepends = python-pytest
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
source = python-opnieuw-1.1.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v1.1.0.tar.gz
|
||||
sha256sums = 3a59a718f5032d9165d528fe95ea41c539d91eecba8af2c2025e5936f3748e9d
|
||||
source = python-opnieuw-1.2.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v1.2.0.tar.gz
|
||||
sha256sums = 1e7df8cbbd0f4fe558568ece9f54dd48f6f59b2fb433bace2684827fec646fa4
|
||||
|
||||
pkgname = python-opnieuw
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||
pkgname=python-opnieuw
|
||||
pkgver=1.1.0
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="A general-purpose retrying library, written in pure Python"
|
||||
arch=('any')
|
||||
@@ -10,7 +10,7 @@ depends=('python')
|
||||
makedepends=('python-setuptools')
|
||||
checkdepends=('python-pytest')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('3a59a718f5032d9165d528fe95ea41c539d91eecba8af2c2025e5936f3748e9d')
|
||||
sha256sums=('1e7df8cbbd0f4fe558568ece9f54dd48f6f59b2fb433bace2684827fec646fa4')
|
||||
|
||||
build() {
|
||||
cd "opnieuw-$pkgver"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
pkgbase = simdjson
|
||||
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
|
||||
url = https://github.com/simdjson/simdjson
|
||||
arch = x86_64
|
||||
license = APACHE
|
||||
makedepends = cmake
|
||||
depends = gcc-libs
|
||||
source = simdjson-1.0.2.tar.gz::https://github.com/simdjson/simdjson/archive/v1.0.2.tar.gz
|
||||
sha256sums = 46d5995488de76ae61f1c3bcff445a9085c8d34f6cbc9bf0422a99c6d98a002c
|
||||
source = simdjson-1.1.0.tar.gz::https://github.com/simdjson/simdjson/archive/v1.1.0.tar.gz
|
||||
sha256sums = 9effcb21fe48e4bcc9b96031e60c3911c58aa656ad8c78212d269c0db9e0133e
|
||||
|
||||
pkgname = simdjson
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||
pkgname=simdjson
|
||||
pkgver=1.0.2
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A C++ library to see how fast we can parse JSON with complete validation."
|
||||
arch=('x86_64')
|
||||
@@ -9,7 +9,7 @@ license=('APACHE')
|
||||
depends=(gcc-libs)
|
||||
makedepends=(cmake)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('46d5995488de76ae61f1c3bcff445a9085c8d34f6cbc9bf0422a99c6d98a002c')
|
||||
sha256sums=('9effcb21fe48e4bcc9b96031e60c3911c58aa656ad8c78212d269c0db9e0133e')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
Reference in New Issue
Block a user