summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2021-06-29 10:06:56 +1000
committerRhinoceros2021-06-29 10:06:56 +1000
commitae28083888d54f83ef7f77af3d90a2540ad2feab (patch)
treeca148cf93d76f42651c3f457268a6dc5fbb017cb
parent1bf3473e4109a8ecf73725eac89dde1746fdbf90 (diff)
downloadaur-ae28083888d54f83ef7f77af3d90a2540ad2feab.tar.gz
Remove checksum for test data
No need to bump version: if it's already installed, no need to re-install
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46d44d7128b6..9f89e6efa2b5 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=201214
+_testing_data_version=210629
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'
- '37fdf094ee89bb03701ccbdf8ac7bee4733795738cbde62fdf032b8bd9f83cab')
+ 'SKIP')
noextract=(ux.stackexchange.com.$_testing_data_version.7z)
prepare() {