summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2021-12-13 19:41:35 +1100
committerRhinoceros2021-12-13 19:41:35 +1100
commita012f9b34a63ea3eb43097d1edfe9ea74682303f (patch)
tree9996318699e7c38d53db9af45363d9240fda8554
parentae28083888d54f83ef7f77af3d90a2540ad2feab (diff)
downloadaur-a012f9b34a63ea3eb43097d1edfe9ea74682303f.tar.gz
Update to 0.5.0-4
* Python 3.10 rebuild
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78fc11af9b0e..f73d94b31b74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = python-pylzma
pkgdesc = Platform independent python bindings for the LZMA compression library
pkgver = 0.5.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.joachim-bauch.de/projects/pylzma/
arch = i686
arch = x86_64
license = LGPL2.1
makedepends = python-setuptools
makedepends = python2-setuptools
- noextract = ux.stackexchange.com.201214.7z
+ noextract = ux.stackexchange.com.210629.7z
source = pylzma-0.5.0.tar.gz::https://github.com/fancycode/pylzma/archive/v0.5.0.tar.gz
- source = ux.stackexchange.com.201214.7z::https://archive.org/download/stackexchange/ux.stackexchange.com.7z
+ source = ux.stackexchange.com.210629.7z::https://archive.org/download/stackexchange/ux.stackexchange.com.7z
sha256sums = baefed4c84d147a507a606206478ff0894e04fa41aa3742381159cde44836fc3
- sha256sums = 37fdf094ee89bb03701ccbdf8ac7bee4733795738cbde62fdf032b8bd9f83cab
+ sha256sums = SKIP
pkgname = python-pylzma
depends = python
@@ -23,4 +23,3 @@ pkgname = python2-pylzma
provides = pylzma=0.5.0
conflicts = pylzma
replaces = pylzma
-
diff --git a/PKGBUILD b/PKGBUILD
index 9f89e6efa2b5..9d7e97427716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=python-$_pkgname
pkgname=(python-$_pkgname python2-$_pkgname)
pkgver=0.5.0
_testing_data_version=210629
-pkgrel=3
+pkgrel=4
pkgdesc="Platform independent python bindings for the LZMA compression library"
url="https://www.joachim-bauch.de/projects/pylzma/"
license=("LGPL2.1")