aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2023-11-16 12:15:06 +0100
committerD3SOX2023-11-16 12:15:06 +0100
commit682b17d3fba23b056f33ba64bb649613b47dd357 (patch)
tree2cd9bcf6eaf388d7fde3a2738e0158aa3e6951c8
parentdfe3b8e11fbe06df00c4b92d2ebefcdd3de41fb1 (diff)
downloadaur-682b17d3fba23b056f33ba64bb649613b47dd357.tar.gz
fix checksum of run script
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1022e21d6a79..21125b752bc3 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 = 2
+ pkgrel = 3
url = http://www.heidisql.com/
arch = any
license = GPL
@@ -18,6 +18,6 @@ pkgbase = heidisql
md5sums = 026acb8ae655c5b8e3b6f7c63abc6bc2
md5sums = df3673bc694beceb8ed6cfeace6b6c3f
md5sums = ea4fc6959a315ef5c2bf8e22c479e22a
- md5sums = 9c65ae391e4980c639b34580b817962f
+ md5sums = c91be7cc4e247c99801e81e27658a6a8
pkgname = heidisql
diff --git a/PKGBUILD b/PKGBUILD
index 732d9f077874..eae36c451eec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ heidisqlrelease=6765
shortpkgver=12.6
pkgname=heidisql
pkgver=${shortpkgver}.0.${heidisqlrelease}
-pkgrel=2
+pkgrel=3
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/"
@@ -20,7 +20,7 @@ md5sums=('24fd3af4a3f1315e34cee6fcaf2e68ed'
'026acb8ae655c5b8e3b6f7c63abc6bc2'
'df3673bc694beceb8ed6cfeace6b6c3f'
'ea4fc6959a315ef5c2bf8e22c479e22a'
- '9c65ae391e4980c639b34580b817962f')
+ 'c91be7cc4e247c99801e81e27658a6a8')
noextract=("HeidiSQL_${shortpkgver}_Portable.zip")
package() {