summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2024-03-16 08:01:00 +0100
committerrazer2024-03-16 08:01:00 +0100
commit357fdea83e77d9d770f4abe62461e837832b31a5 (patch)
tree9238c15aa801630a18bd3f5874130fb130b0c13e
parent9170de47eef2100f2e802cccf8cbe9958de6beca (diff)
downloadaur-python-heatshrink2.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cec9a61656e..72b8a727bb6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-heatshrink2
pkgdesc = Compression using the Heatshrink algorithm in Python 3
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 0
url = https://github.com/eerimoq/pyheatshrink
arch = any
license = ISC
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/h/heatshrink2/heatshrink2-0.12.0.tar.gz
- sha256sums = 6fb36a9d8d3e7df350ec777f2a86c7a84d3f6aaa3154d201fe8407ac050df351
+ source = https://pypi.io/packages/source/h/heatshrink2/heatshrink2-0.13.0.tar.gz
+ sha256sums = 5aa93c102ba9c4e6e4fb01974cb5b03194e10fa01bfda8bda233c632b22d3b4a
pkgname = python-heatshrink2
diff --git a/PKGBUILD b/PKGBUILD
index 19ec217f8e58..450dd7232e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-heatshrink2
_pypi_pkgname=heatshrink2
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=0
pkgdesc="Compression using the Heatshrink algorithm in Python 3"
arch=(any)
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
depends=('python')
optdepends=()
source=("https://pypi.io/packages/source/h/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('6fb36a9d8d3e7df350ec777f2a86c7a84d3f6aaa3154d201fe8407ac050df351')
+sha256sums=('5aa93c102ba9c4e6e4fb01974cb5b03194e10fa01bfda8bda233c632b22d3b4a')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"