summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schubert2025-04-21 16:27:08 +0200
committerMichael Schubert2025-04-21 16:27:08 +0200
commit6562e5551755b1f2515d94872837dc2f6501ca02 (patch)
treee1aef750f0e327c9cffb37aebc5b2a8b65966af9
parent6661ba59d9365a8b994236287747f7d561126780 (diff)
downloadaur-python-snakemake-interface-storage-plugins.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe92d46677f7..e219726cf335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-snakemake-interface-storage-plugins
pkgdesc = Common functions and classes for Snakemake and its plugins
- pkgver = 3.3.0
- pkgrel = 2
+ pkgver = 4.2.1
+ pkgrel = 1
url = https://github.com/snakemake/snakemake-interface-storage-plugins
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-snakemake-interface-storage-plugins
depends = python-wrapt
depends = python-reretry
depends = python-throttler
- source = snakemake-interface-storage-plugins-3.3.0.tar.gz::https://github.com/snakemake/snakemake-interface-storage-plugins/archive/refs/tags/v3.3.0.tar.gz
- sha256sums = 52f2d179652f324f7cf0881f3ed8adff2d54d660e6f5e192d778584f4c01bdde
+ source = snakemake-interface-storage-plugins-4.2.1.tar.gz::https://github.com/snakemake/snakemake-interface-storage-plugins/archive/refs/tags/v4.2.1.tar.gz
+ sha256sums = 649c760926fe7d0b1643fb650f2d0eda24909d94d2633d29bd2e438fd20742fe
pkgname = python-snakemake-interface-storage-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 335ae8d1f8e0..5624900c4539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
-pkgname=python-snakemake-interface-storage-plugins
-_name=${pkgname#python-}
-pkgver=3.3.0
-pkgrel=2
+_name=snakemake-interface-storage-plugins
+pkgname=python-$_name
+pkgver=4.2.1
+pkgrel=1
pkgdesc="Common functions and classes for Snakemake and its plugins"
arch=('any')
url=https://github.com/snakemake/snakemake-interface-storage-plugins
@@ -10,7 +10,7 @@ license=('MIT')
depends=(python-snakemake-interface-common python-wrapt python-reretry python-throttler)
makedepends=(python-build python-installer python-wheel python-poetry-core)
source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha256sums=('52f2d179652f324f7cf0881f3ed8adff2d54d660e6f5e192d778584f4c01bdde')
+sha256sums=('649c760926fe7d0b1643fb650f2d0eda24909d94d2633d29bd2e438fd20742fe')
build() {
cd "$_name-$pkgver"