New version is 0.1.210. Updating the package version and SHA256 hash resulted in a package that works perfectly. https://deb.tableplus.com/debian/22/pool/main/t/tableplus/tableplus_0.1.210_amd64.deb
Search Criteria
Package Details: tableplus 0.1.208-1
Git Clone URL: | https://aur.archlinux.org/tableplus.git (read-only, click to copy) |
---|---|
Package Base: | tableplus |
Description: | Modern, native, and friendly GUI tool for relational databases (Alpha) |
Upstream URL: | https://tableplus.com/ |
Keywords: | database gui mysql postgres tool |
Licenses: | custom |
Submitter: | rew1red |
Maintainer: | sistematico |
Last Packager: | sistematico |
Votes: | 8 |
Popularity: | 0.38 |
First Submitted: | 2019-12-02 20:06 (UTC) |
Last Updated: | 2023-03-25 15:58 (UTC) |
Dependencies (3)
Required by (0)
Sources (6)
- http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.28+dfsg-6ubuntu2_amd64.deb
- http://archive.ubuntu.com/ubuntu/pool/main/o/openldap/libldap-2.5-0_2.5.13+dfsg-1ubuntu1_amd64.deb
- https://archive.archlinux.org/packages/g/glib2/glib2-2.68.4-1-x86_64.pkg.tar.zst
- LICENSE
- tableplus.desktop
- tableplus_0.1.208_1_amd64.deb
Gringo commented on 2023-03-31 14:40 (UTC)
graphicmist commented on 2023-03-28 11:50 (UTC) (edited on 2023-03-28 11:51 (UTC) by graphicmist)
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://deb.tableplus.com/debian/22/pool/main/t/tableplus/tableplus_0.1.208_amd64.deb
StephanX commented on 2023-03-24 21:57 (UTC)
Out of date again. Current version is
1.208
https://deb.tableplus.com/debian/22/pool/main/t/tableplus/tableplus_0.1.208_amd64.deb
theshortestone commented on 2023-03-09 15:55 (UTC)
I am failing to install. Getting a 404.
eboye commented on 2023-03-07 23:09 (UTC) (edited on 2023-03-07 23:10 (UTC) by eboye)
0.1.200 version bump patch:
diff --git a/PKGBUILD b/PKGBUILD index 557b141..19cbb15 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Henry Pham <huy at tableplus dot com> pkgname=tableplus -pkgver=0.1.196 +pkgver=0.1.200 pkgrel=1 pkgdesc='Modern, native, and friendly GUI tool for relational databases (Alpha)' arch=('x86_64') @@ -19,7 +19,7 @@ source=('LICENSE' 'tableplus.desktop') noextract=('libldap-2.5-0_2.5.13+dfsg-1ubuntu1_amd64.deb' 'libsasl2-2_2.1.28+dfsg-6ubuntu2_amd64.deb') sha256sums=('76f924b1ebad5309ccf0dd7f3fe3d1b57ff3088b208a603900b0e240fdb5debb' - '9a839167851f8d9d4aa354989ac252a6d875e83eca4ca66f1d783b19bfdbf6f8' + '52977ec488ac9c83c545d9b135ec4933339315d747c479d63caa7a00e1b4fa17' '574db9cb32afe6e49f2661beab8b0ad79aed7ce3d7566d7e82c24dd4d0adcef8' '78f563e42a1a044d107a27b0db94b7f23b8d601b6bcb1f95bcd9c7380d5379a0' 'e8e759bd9abb58c93067e199088077f3d6fa2c608ebc6f571cb9dd814812bcea'
sistematico commented on 2023-03-05 17:55 (UTC)
Version bumped, no need for /usr/bin/env LD_LIBRARY_PATH=/opt/tableplus/lib /usr/local/bin/tableplus
anymore.
o/
sistematico commented on 2023-03-04 21:21 (UTC)
@peter.babic
/usr/bin/env LD_LIBRARY_PATH=/opt/tableplus/lib /usr/local/bin/tableplus
peter.babic commented on 2023-03-04 18:25 (UTC)
With libsasl-2.1.28-4
there is an error tableplus: error while loading shared libraries: libsasl2.so.2: cannot open shared object file: No such file or directory
$ pacman -Fl libsasl | grep libsasl2
libsasl usr/lib/libsasl2.so
libsasl usr/lib/libsasl2.so.3
libsasl usr/lib/libsasl2.so.3.0.0
libsasl usr/lib/pkgconfig/libsasl2.pc
ed-software commented on 2023-03-03 00:55 (UTC)
@loopsmark's patch no longer works, so I've tweaked it to download the latest version of tableplus.
git clone https://aur.archlinux.org/tableplus.git
cd tableplus
curl -Lso tableplus.patch https://gist.githubusercontent.com/ed-software/76c64be96ab3f318a377cf49aeba5810/raw/73fcaf80079f4eca01d94be29c656e91d07bfeb0/tableplus.patch
git apply tableplus.patch
makepkg -si
StephanX commented on 2023-01-26 14:45 (UTC)
@loopsmark's patch works, but is missing the ldconf additions needed to make the new libraries accessible. Create a file /etc/ld.so.conf.d/tableplus.conf
with the content
/opt/tableplus/lib
Run sudo ldconfig
(or reboot), and it works!
Pinned Comments
sistematico commented on 2023-03-05 17:55 (UTC)
Version bumped, no need for
/usr/bin/env LD_LIBRARY_PATH=/opt/tableplus/lib /usr/local/bin/tableplus
anymore.o/