aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2023-11-16 11:57:24 +0100
committerD3SOX2023-11-16 11:57:24 +0100
commitdfe3b8e11fbe06df00c4b92d2ebefcdd3de41fb1 (patch)
tree68b8900ed811758e1ff95832d35b18b9ed6a7dab
parent7d532b229e821f926771a22cafd04690933bcd7c (diff)
downloadaur-dfe3b8e11fbe06df00c4b92d2ebefcdd3de41fb1.tar.gz
fix plugins
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xheidisql.sh1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ccafa399dcd..1022e21d6a79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = heidisql
pkgdesc = A lightweight GUI for managing MySQL, PostgreSQL, and Microsoft SQL databases. This package uses the latest nightly build (64bit) on top of the portable version, and uses Wine.
pkgver = 12.6.0.6765
- pkgrel = 1
+ pkgrel = 2
url = http://www.heidisql.com/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 12df05a01caf..732d9f077874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ heidisqlrelease=6765
shortpkgver=12.6
pkgname=heidisql
pkgver=${shortpkgver}.0.${heidisqlrelease}
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight GUI for managing MySQL, PostgreSQL, and Microsoft SQL databases. This package uses the latest nightly build (64bit) on top of the portable version, and uses Wine."
arch=(any)
url="http://www.heidisql.com/"
diff --git a/heidisql.sh b/heidisql.sh
index 63b96df22d38..3dd8bf8bfbf0 100755
--- a/heidisql.sh
+++ b/heidisql.sh
@@ -17,6 +17,7 @@ ln -s "$progRealPath/$progBin" "$progHome/$progBin" >/dev/null 2>&1
ln -s "$progRealPath/readme.txt" "$progHome/readme.txt" >/dev/null 2>&1
ln -s "$progRealPath/libmysql.dll" "$progHome/libmysql.dll" >/dev/null 2>&1
ln -s "$progRealPath/libmariadb.dll" "$progHome/libmariadb.dll" >/dev/null 2>&1
+ln -s "$progRealPath/plugins" "$progHome/plugins" >/dev/null 2>&1
# Create a blank config file (otherwise HeidiSQL stores its settings in the Windows Registry)
if [ -n "$XDG_CONFIG_HOME" ]; then