summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d9d86482dbd..87353fc8b730 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytsk3
pkgdesc = Python bindings for The Sleuth Kit (libtsk)
- pkgver = 20231007
- pkgrel = 2
+ pkgver = 20250312
+ pkgrel = 1
url = https://github.com/py4n6/pytsk
arch = x86_64
license = Apache-2.0
@@ -14,7 +14,7 @@ pkgbase = python-pytsk3
depends = glibc
depends = python
depends = sleuthkit
- source = https://files.pythonhosted.org/packages/source/p/pytsk3/pytsk3-20231007.tar.gz
- sha512sums = 61dd6d846c07454153b667955a73ef756980e5f75426a46166395cafc2c8471ec3eed73ca5246ef744775122da9b27ba4f784203df4e28c8a4d4e0df893c85f4
+ source = https://files.pythonhosted.org/packages/source/p/pytsk3/pytsk3-20250312.tar.gz
+ sha512sums = 71c836e0d9b18851fde105d038f31e5b654791cd48922b64ea063da9242e017287673df6f727e03d16b2926bd06f4c8970f59a5e36c74fc5f8d9f7f5a9b7e376
pkgname = python-pytsk3
diff --git a/PKGBUILD b/PKGBUILD
index 12214084c4f5..11cef44663eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=pytsk3
pkgname=python-${_name}
-pkgver=20231007
-pkgrel=2
+pkgver=20250312
+pkgrel=1
pkgdesc="Python bindings for The Sleuth Kit (libtsk)"
arch=(x86_64)
url="https://github.com/py4n6/pytsk"
@@ -12,7 +12,7 @@ depends=(gcc-libs glibc python sleuthkit)
makedepends=(git python-build python-installer python-setuptools python-wheel)
# Upstream git source is incomplete
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('61dd6d846c07454153b667955a73ef756980e5f75426a46166395cafc2c8471ec3eed73ca5246ef744775122da9b27ba4f784203df4e28c8a4d4e0df893c85f4')
+sha512sums=('71c836e0d9b18851fde105d038f31e5b654791cd48922b64ea063da9242e017287673df6f727e03d16b2926bd06f4c8970f59a5e36c74fc5f8d9f7f5a9b7e376')
build() {
cd $_name-$pkgver