Package Details: valentina-studio 17.2-1

Git Clone URL: https://aur.archlinux.org/valentina-studio.git (read-only, click to copy)
Package Base: valentina-studio
Description: Create, administer, query and explore DuckDB, ValentinaDB, MongoDB, MySQL, MariaDB, PostgreSQL, MS SQL Server & SQLite databases for FREE.
Upstream URL: http://www.valentina-db.com
Keywords: DB GUI MariaDB MSSQL MySQL PostgreSQL SQLite Valentina
Licenses: custom
Submitter: bobolin
Maintainer: bobolin
Last Packager: bobolin
Votes: 36
Popularity: 0.003628
First Submitted: 2015-10-06 17:12 (UTC)
Last Updated: 2026-04-12 15:37 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 Next › Last »

jonian commented on 2026-04-12 12:19 (UTC)

Please update to version 17.2, this version is not working on arch linux and installing python 313 from aur is not a good solution

# Maintainer: Borislav Borisov <borislav.borisov@yahoo.com>
# Contributor: 3ED_0 <krzysztof1987 at gmail>

pkgname=valentina-studio
pkgver=17.2
pkgrel=1
pkgdesc="Create, administer, query and explore DuckDB, ValentinaDB, MongoDB, MySQL, MariaDB, PostgreSQL, MS SQL Server & SQLite databases for FREE."
arch=('x86_64')
url="http://www.valentina-db.com"
license=('custom')
source_x86_64=("${pkgname}-${pkgver}-${CARCH}.rpm::http://valentina-db.com/download/prev_releases/${pkgver}/lin_64/vstudio_x64_17_lin.rpm")
sha256sums_x86_64=('b4c1a17db7735ce966159de245934017ba27b91cf79b452ad042947699b4aaea')
options=(!debug)
package() {
    install -d "${pkgdir}"/opt/VStudio
    install -d "${pkgdir}"/usr/share/applications
    cp --preserve=mode -r "${srcdir}"/opt/VStudio/* "${pkgdir}"/opt/VStudio
    cp --preserve=mode -r "${srcdir}"/usr/share/applications/* "${pkgdir}"/usr/share/applications
}

tompear commented on 2026-01-27 12:47 (UTC)

I found the solution. The problem is Python major version was switched from 3.13 to 3.14.

Install python313 from AUR and Valentina will back to life again.

tompear commented on 2026-01-27 08:53 (UTC)

After system update valentina is not working anymore, even version 16.5.2.

Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007d9860167300 (most recent call first):
  <no Python frame>
Warning: QThreadStorage: Thread 0x19053020 exited after QThreadStorage 2 destroyed (:0, )
Warning: QThreadStorage: Thread 0x19053020 exited after QThreadStorage 1 destroyed (:0, )
corrupted size vs. prev_size

bittlerr commented on 2025-10-22 01:32 (UTC)

Hi @bobolin I think Valentina Studio fixed the issue with Cloudflare challenge, I downloaded latest version from http://valentina-db.com/download/prev_releases/16.1/lin_64/vstudio_x64_16_lin.rpm updated the sha256sums_x86_64 and that worked

xircon commented on 2025-10-10 19:31 (UTC) (edited on 2025-10-10 19:42 (UTC) by xircon)

PKGBUILD is broken:

source_x86_64=("${pkgname}-${pkgver}-${CARCH}.rpm::http://valentina-db.com/download/prev_releases/${pkgver}/lin_64/vstudio_x64_16_lin.rpm")

Should point to?? :

https://valentina-db.com/download/release/lin_64/vstudio_x64_16_lin.rpm

Workround is to download manually and change the line to:

source_x86_64=("vstudio_x64_16_lin.rpm")

then run makepkg -si

bobolin commented on 2025-10-10 13:00 (UTC) (edited on 2025-10-10 13:02 (UTC) by bobolin)

Unfortunately, it seems Valentina Studio recently added a Cloudflare challenge that can’t be bypassed by a CLI script, and using DLAGENTS doesn’t help either.

tee commented on 2025-10-10 11:50 (UTC)

==> Retrieving sources...
  -> Downloading valentina-studio-16.0.1-x86_64.rpm...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 403
==> ERROR: Failure while downloading http://valentina-db.com/download/prev_releases/16.0.1/lin_64/vstudio_x64_16_lin.rpm
    Aborting...
 -> error making: valentina-studio-exit status 1

iiiypuk commented on 2025-03-13 11:37 (UTC)

15.1.1 URL=${pkgname}-${pkgver}-${CARCH}.rpm::http://valentina-db.com/download/prev_releases/${pkgver}/lin_64/vstudio_x64_15_lin.rpm SHA256=efe4837fb697e74c3371d2dfb77f38a991dd6c8796665225d5673f7efe366676

cyberpunkrocker commented on 2023-11-25 11:57 (UTC)

Two issues: 1) Checksum failure. The correct one is 824612d7fb20b59fb0e30c3c844b33143e869d627a64af9793d9bdf509199fd6 (at least for now)

2) Won't install

madmax@[neverwinter]:~/aur/valentina-studio $ LC_ALL=C makepkg -fsc
==> Making package: valentina-studio 13.5-1 (Sat Nov 25 13:54:32 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found valentina-studio-13.5-x86_64.rpm
==> Validating source_x86_64 files with sha256sums...
    valentina-studio-13.5-x86_64.rpm ... Skipped
==> Extracting sources...
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat '/home/madmax/aur/valentina-studio/src/opt/VStudio/*': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...