Package Details: popsql 1.0.74-0

Git Clone URL: https://aur.archlinux.org/popsql.git (read-only, click to copy)
Package Base: popsql
Description: Collaborative SQL editor to write, run, and share queries instantly
Upstream URL: https://popsql.io
Keywords: popsql postgresql sql
Licenses: unknown
Submitter: johnhamelink
Maintainer: necaris
Last Packager: necaris
Votes: 3
Popularity: 0.000126
First Submitted: 2017-10-11 13:54 (UTC)
Last Updated: 2022-07-17 10:16 (UTC)

Latest Comments

necaris commented on 2022-07-17 10:17 (UTC)

Thanks for the heads-up! Looks like the version of the package has been bumped -- I've updated it.

kavin commented on 2022-07-17 08:02 (UTC)

It looks like the sha512 hash has changed, although the version is the same. The new hash is now 3cf2fb5df52b975b581ad06b75053314c11c9cd2a716c92b5efb5f126cf19647ac2edc69a6b0e08c143e5a94b4d0da55adb9199fcdf2e672afceae3896e71dd0.

==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'popsql-1.0.65-1': error: packages failed to build: popsql-1.0.65-1

necaris commented on 2022-01-17 22:25 (UTC)

Thanks for the heads-up! Looks like the version of the package has been bumped -- I've updated it.

Dustikus commented on 2022-01-17 03:54 (UTC)

Error when trying to makepkg:

==> Validating source_x86_64 files with sha512sums... popsql-1.0.63-1.deb ... FAILED ==> ERROR: One or more files did not pass the validity check!

ihasdapie commented on 2021-08-11 21:29 (UTC)

sha512 is out of date. Also version bump? The below works for 1.0.54

# Maintainer: Rami Chowdhury <necaris@gmail.com>
# Maintainer: Tobias Backer Dirks <omgitsaheadcrab@gmail.com>

pkgname=popsql
pkgver=1.0.54
pkgrel=1
pkgdesc="Collaborative SQL editor to write, run, and share queries instantly"
arch=('x86_64')
url="https://popsql.io"
license=('unknown')
groups=()

depends=('gconf' 'nss' 'libxss' 'gtk2' 'gnome-keyring')
optdepends=(
  'alsa-lib: Audio notifications'
  'libnotify: Visual notifications'
  'libappindicator-gtk2: System Tray support')

options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("$pkgname-$pkgver-$pkgrel.deb::https://get.popsql.com/download/debian")
sha512sums_x86_64=('775803b2944295f3fa0b14df74f8d44da03ef3cb3b9c478f0aa00c02cf979ee9a0e09498b38549c94b7ea6aa8ca2821c928167d97153151dac7f81482b1e4253')

package() {
  # Extract package data
  tar xf data.tar.xz -C "${pkgdir}"
  # Create a Licenses directory, add a license file
  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
  echo "Copyright PopSQL, inc. All rights reserved" >"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

sistematico commented on 2021-06-28 21:26 (UTC)

Wrong checksum: sha512sums_x86_64=('708d18efe6d9744ce24192df35fa400cefbf3bdd3daaf507c1473c6ef97063deeb53226839c45c0d7b4c86308dadb7221e14b17558ea88549a7251d5b7ee2dfd')

omgitsaheadcrab commented on 2020-11-28 10:37 (UTC)

I've had to disown this package as I no longer use popsql.

Sandarr95 commented on 2019-06-18 11:48 (UTC)

Is this package still going to be updated?

Iverol commented on 2019-05-03 06:44 (UTC)

yup this package is invalid now. ==> ERROR: One or more files did not pass the validity check!

mzl0 commented on 2018-06-07 20:08 (UTC)

I'm getting an error on install, ERROR: One or more files did not pass the validity check!. This is for Making package: popsql 0.4.2-2 using aurman.