summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2020-12-14 16:45:05 +1100
committerRhinoceros2020-12-14 16:45:05 +1100
commit1bf3473e4109a8ecf73725eac89dde1746fdbf90 (patch)
tree96d6279420cf26a499b4617ad8a079838fabb34e
parent9d33b88f6dd581382743c7113743dea862587e73 (diff)
downloadaur-1bf3473e4109a8ecf73725eac89dde1746fdbf90.tar.gz
Update checksum for test data
No need to bump version: if it's already installed, no need to re-install
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ec1c9684bc5..78fc11af9b0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,11 +8,11 @@ pkgbase = python-pylzma
license = LGPL2.1
makedepends = python-setuptools
makedepends = python2-setuptools
- noextract = ux.stackexchange.com.201203.7z
+ noextract = ux.stackexchange.com.201214.7z
source = pylzma-0.5.0.tar.gz::https://github.com/fancycode/pylzma/archive/v0.5.0.tar.gz
- source = ux.stackexchange.com.201203.7z::https://archive.org/download/stackexchange/ux.stackexchange.com.7z
+ source = ux.stackexchange.com.201214.7z::https://archive.org/download/stackexchange/ux.stackexchange.com.7z
sha256sums = baefed4c84d147a507a606206478ff0894e04fa41aa3742381159cde44836fc3
- sha256sums = 9296524c4514568d1047d64dea5e92a58d3efcba0b61b4533b230f1efb16d0b6
+ sha256sums = 37fdf094ee89bb03701ccbdf8ac7bee4733795738cbde62fdf032b8bd9f83cab
pkgname = python-pylzma
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 38b4cb5647ef..46d44d7128b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=pylzma
pkgbase=python-$_pkgname
pkgname=(python-$_pkgname python2-$_pkgname)
pkgver=0.5.0
-_testing_data_version=201203
+_testing_data_version=201214
pkgrel=3
pkgdesc="Platform independent python bindings for the LZMA compression library"
url="https://www.joachim-bauch.de/projects/pylzma/"
@@ -17,7 +17,7 @@ source=($_pkgname-$pkgver.tar.gz::https://github.com/fancycode/pylzma/archive/v$
# testing data
ux.stackexchange.com.$_testing_data_version.7z::https://archive.org/download/stackexchange/ux.stackexchange.com.7z)
sha256sums=('baefed4c84d147a507a606206478ff0894e04fa41aa3742381159cde44836fc3'
- '9296524c4514568d1047d64dea5e92a58d3efcba0b61b4533b230f1efb16d0b6')
+ '37fdf094ee89bb03701ccbdf8ac7bee4733795738cbde62fdf032b8bd9f83cab')
noextract=(ux.stackexchange.com.$_testing_data_version.7z)
prepare() {