* update pystring to 1.1.4-2

This commit is contained in:
Alexander Baldeck 2024-08-16 05:47:54 +02:00
parent 7786a52154
commit 5114aaf2c0
3 changed files with 20 additions and 2 deletions

14
pystring/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = pystring
pkgdesc = C++ functions matching the interface and behavior of python string methods with std::string
pkgver = 1.1.4
pkgrel = 2
url = https://github.com/imageworks/pystring
arch = x86_64
license = BSD
depends = gcc-libs
source = pystring-1.1.4.tar.gz::https://github.com/imageworks/pystring/archive/v1.1.4.tar.gz
source = pystring-fix-makefile.patch::https://github.com/imageworks/pystring/pull/42.patch
sha512sums = 9c0460fea67885492f9b0d29a9ba312d960fd5e43577cdcfd47faf04397ff4b7e456ed68f1948b923d2f63f9922d576b93e4ca1a27376bcb6d29c683828acb01
sha512sums = 2e8dea3c0e3a90fbb1ae4891e2aa59f10996825b10daf90476fec8c205e36f575ef9bec897ef5126fab957ca081f7b9cf1cd04e4ebdb3636496fb38b978f560c
pkgname = pystring

4
pystring/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[pystring]
source = "git"
git = "https://github.com/imageworks/pystring.git"
prefix = "v"

View File

@ -5,8 +5,8 @@
pkgname=pystring
pkgver=1.1.4
pkgrel=1
arch=(x86_64 powerpc64le powerpc)
pkgrel=2
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
pkgdesc="C++ functions matching the interface and behavior of python string methods with std::string"
url="https://github.com/imageworks/pystring"
license=('BSD')