Package Details: tablelist 6.22-2

Git Clone URL: https://aur.archlinux.org/tablelist.git (read-only, click to copy)
Package Base: tablelist
Description: Multi-Column Listbox and Tree Widget for Tcl/Tk
Upstream URL: http://www.nemethi.de
Licenses: custom
Submitter: Barthalion
Maintainer: tequa
Last Packager: tequa
Votes: 0
Popularity: 0.000000
First Submitted: 2018-01-07 17:39 (UTC)
Last Updated: 2023-10-23 06:44 (UTC)

Latest Comments

power_frontier commented on 2023-10-22 18:05 (UTC) (edited on 2023-10-22 18:07 (UTC) by power_frontier)

Checksum verification fails for me too:

==> Validating source files with sha256sums...
    tablelist6.22.tar.gz ... Passed
    COPYRIGHT.txt ... FAILED

dreieck commented on 2023-10-02 15:36 (UTC)

Can you make $pkgdesc more precise, please, describing what this library is for?

Thanks for maintaining!

dreieck commented on 2023-10-02 15:34 (UTC)

Checksum verification fails for me:

==> Validating source files with sha256sums...
    tablelist6.20.tar.gz ... FAILED
    COPYRIGHT.txt ... FAILED

Regards!

arnaudlecam commented on 2023-10-01 17:12 (UTC)

I had to set $pkgver to 6.22 (and update sha256sums) to compile.

dvalter commented on 2021-05-03 13:58 (UTC)

6.12 is forcefully redirected to 6.13 as of May 2021

curl https://www.nemethi.de/tablelist/tablelist6.12.tar.gz -i
HTTP/2 301 
content-type: text/html; charset=iso-8859-1
content-length: 261
location: https://www.nemethi.de/tablelist/tablelist6.13.tar.gz
date: Mon, 03 May 2021 13:55:42 GMT
server: Apache

Here's the diff:

diff --git a/PKGBUILD b/PKGBUILD
index 0703079..5895736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Tim Lee <tl1234562004@yahoo.com>

 pkgname=tablelist
-pkgver=6.12
+pkgver=6.13
 pkgrel=1
 pkgdesc="A library for Tcl/Tk 8.0 or higher"
 arch=('any')
@@ -12,8 +12,8 @@ license=("custom")
 depends=('bash' 'tcl')
 source=(https://www.nemethi.de/tablelist/$pkgname$pkgver.tar.gz \
         https://www.nemethi.de/tablelist/COPYRIGHT.txt )
-sha256sums=('05f7b3ed17069db29500c0ea813554d0be7382e32a317fb7e21dd62d0e38559b'
-            '285f3aee176cc21938142a791fe16837a7eccc6ec430147f3fdcbf5ae91cbc9a')
+sha256sums=('5365c1e7c865d106483382eb6146772929a266f23e5dead5c6bd9219b5a715ec'
+            'ca2b7f857e2335c8c2654061fc7af1ef70756dd9e7a0cf4c073931995368ed69')

 package() {
   mkdir -p "$pkgdir"/usr/lib/tcl8.6

DAMO238 commented on 2020-07-13 19:10 (UTC)

COPYRIGHT.txt failed checksums (my checksum is a4b18c4ce022063e9b26def7317a82ea85d208b16ea56622fbc0dfba74a2f1c6)

tuxsavvy commented on 2019-12-21 12:06 (UTC)

6.8 is out. Here is the diff:

--- PKGBUILD.orig       2019-12-20 22:04:38.000000000 +0000
+++ PKGBUILD    2019-12-20 22:03:12.656866100 +0000
@@ -3,7 +3,7 @@
 # Contributor: Tim Lee <tl1234562004@yahoo.com>

 pkgname=tablelist
-pkgver=6.7
+pkgver=6.8
 pkgrel=1
 pkgdesc="A library for Tcl/Tk 8.0 or higher"
 arch=('any')
@@ -12,8 +12,8 @@
 depends=('bash' 'tcl')
 source=(http://www.nemethi.de/tablelist/$pkgname$pkgver.tar.gz \
         http://www.nemethi.de/tablelist/COPYRIGHT.txt )
-sha256sums=('7a9ac8535d842e5d90621f6a75cc55f0ee037edffd87e4cb1aba058f352b3140'
-            '22defa7d1a46e78b01317d0d1a5fb062aaf0f2d9fdea40254a1140cee2ed2fd9')
+sha256sums=('13d8f0d42278886f755590d93eab6b1c96474b0e0784278e89475b0a674fa937'
+            'a4b18c4ce022063e9b26def7317a82ea85d208b16ea56622fbc0dfba74a2f1c6')

 package() {
   mkdir -p "$pkgdir"/usr/lib/tcl8.6

dreieck commented on 2019-12-19 11:19 (UTC)

Fails to validate checksums:

==> Validating source files with sha256sums...
    tablelist6.7.tar.gz ... FAILED
    COPYRIGHT.txt ... FAILED