1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
36ee7fca21 upgpkg: python-plotly 5.23.0-1
upstream release
2024-07-24 22:17:54 +02:00
73a8aef5de upgpkg: ruby-liquid 5.5.1-1
upstream release
2024-07-24 22:09:24 +02:00
17ad59f141 upgpkg: json_dto 0.3.4-1
upstream release
2024-07-24 22:04:21 +02:00
8 changed files with 25 additions and 17 deletions

View File

@@ -1,14 +1,14 @@
pkgbase = json_dto
pkgdesc = A small header-only library for converting data between json representation and c++ structs
pkgver = 0.3.3
pkgrel = 2
pkgver = 0.3.4
pkgrel = 1
url = https://github.com/Stiffstream/json_dto
arch = any
license = BSD-3-Clause
checkdepends = catch2-v2
makedepends = cmake
depends = rapidjson
source = json_dto-0.3.3.tar.gz::https://github.com/Stiffstream/json_dto/archive/v.0.3.3.tar.gz
sha256sums = c52857c074f4e204426a52160e2699694c45bb93e9297ca535e2d5fdf54ae187
source = json_dto-0.3.4.tar.gz::https://github.com/Stiffstream/json_dto/archive/v.0.3.4.tar.gz
sha256sums = 1b9595dbd86fa90edf621b72f5f4dac43170339250e9e650ede5269ff6fa3f2e
pkgname = json_dto

5
json_dto/.nvchecker.toml Normal file
View File

@@ -0,0 +1,5 @@
[json_dto]
source = "github"
github = "Stiffstream/json_dto"
use_max_tag = true
prefix = "v."

View File

@@ -1,7 +1,7 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=json_dto
pkgver=0.3.3
pkgrel=2
pkgver=0.3.4
pkgrel=1
pkgdesc="A small header-only library for converting data between json representation and c++ structs"
arch=(any)
url="https://github.com/Stiffstream/json_dto"
@@ -10,7 +10,7 @@ depends=(rapidjson)
makedepends=(cmake)
checkdepends=(catch2-v2)
source=("$pkgname-$pkgver.tar.gz::https://github.com/Stiffstream/$pkgname/archive/v.$pkgver.tar.gz")
sha256sums=('c52857c074f4e204426a52160e2699694c45bb93e9297ca535e2d5fdf54ae187')
sha256sums=('1b9595dbd86fa90edf621b72f5f4dac43170339250e9e650ede5269ff6fa3f2e')
build() {
cd "$pkgname-v.$pkgver"

View File

@@ -1,6 +1,6 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
pkgver = 5.22.0
pkgver = 5.23.0
pkgrel = 1
url = https://github.com/plotly/plotly.py
arch = any
@@ -32,9 +32,9 @@ pkgbase = python-plotly
optdepends = python-psutil
options = !strip
options = !debug
source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v5.22.0
source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v5.23.0
source = js-build.patch
sha256sums = 35aaa0318d06cd6ea66ee8af30da7fb7a06286f38836c7e4c9949cd5e9c920e6
sha256sums = fffdb97d8ba828be95b331c4adabaeb8a8b2bbdcc6fee7fc4848f3d7095342bb
sha256sums = 347d8de2ed5c6529a0113086780ecdd0b21c0a167fa60a890ca18bbac0d99392
pkgname = python-plotly

View File

@@ -2,7 +2,7 @@
# Co-Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-plotly
pkgver=5.22.0
pkgver=5.23.0
pkgrel=1
pkgdesc="An open-source, interactive graphing library"
arch=('any')
@@ -46,7 +46,7 @@ source=(
"${pkgname}::git+https://github.com/plotly/plotly.py#tag=v$pkgver"
"js-build.patch"
)
sha256sums=('35aaa0318d06cd6ea66ee8af30da7fb7a06286f38836c7e4c9949cd5e9c920e6'
sha256sums=('fffdb97d8ba828be95b331c4adabaeb8a8b2bbdcc6fee7fc4848f3d7095342bb'
'347d8de2ed5c6529a0113086780ecdd0b21c0a167fa60a890ca18bbac0d99392')
options=(!strip !debug) # strip and debug aren't useful for python files and take forever

View File

@@ -1,6 +1,6 @@
pkgbase = ruby-liquid
pkgdesc = Liquid markup language. Safe, customer facing template language for flexible web apps
pkgver = 5.5.0
pkgver = 5.5.1
pkgrel = 1
url = https://shopify.github.io/liquid/
arch = any
@@ -8,7 +8,7 @@ pkgbase = ruby-liquid
makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
source = ruby-liquid-5.5.0.tar.gz::https://github.com/Shopify/liquid/archive/v5.5.0.tar.gz
sha512sums = 6afa798052371356100a22936ba716e285302080111e833ba48927bc63b358e6d6d8fe027ad6410d2171bef59f71e30f7ddd414bda3e45c91a0e2e459aa4919e
source = ruby-liquid-5.5.1.tar.gz::https://github.com/Shopify/liquid/archive/v5.5.1.tar.gz
sha512sums = d7c206d15556aa77eaa727c99ed687b7b4146a0f8192ee482c4e31557c0876439843297ac2a1ffd4bdb7f4ebd72c420a2f1fbc8aa6adce8f164cfe01c3bf9689
pkgname = ruby-liquid

View File

@@ -0,0 +1,3 @@
[ruby-liquid]
source = "gems"
gems = "liquid"

View File

@@ -2,7 +2,7 @@
_gemname=liquid
pkgname=ruby-$_gemname
pkgver=5.5.0
pkgver=5.5.1
pkgrel=1
pkgdesc='Liquid markup language. Safe, customer facing template language for flexible web apps'
url='https://shopify.github.io/liquid/'
@@ -12,7 +12,7 @@ makedepends=('ruby-rdoc')
depends=('ruby')
options=('!emptydirs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Shopify/${_gemname}/archive/v${pkgver}.tar.gz)
sha512sums=('6afa798052371356100a22936ba716e285302080111e833ba48927bc63b358e6d6d8fe027ad6410d2171bef59f71e30f7ddd414bda3e45c91a0e2e459aa4919e')
sha512sums=('d7c206d15556aa77eaa727c99ed687b7b4146a0f8192ee482c4e31557c0876439843297ac2a1ffd4bdb7f4ebd72c420a2f1fbc8aa6adce8f164cfe01c3bf9689')
prepare() {
cd ${_gemname}-${pkgver}