summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraulonsal2021-06-08 04:34:41 +0530
committeraulonsal2021-06-08 04:34:41 +0530
commitb315e19ba2f4b891bd530c1288db02ce21639250 (patch)
treeb1a0c0c024f66cd18f75f441e83eef4c7f4be8f1
parent815fcd94d2b575ee075f89186074a8f3194efca7 (diff)
downloadaur-b315e19ba2f4b891bd530c1288db02ce21639250.tar.gz
upgpkg: dbgate-bin 4.2.4-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0d4f9611e3b..8c6fe019ffc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dbgate-bin
pkgdesc = Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others
- pkgver = 4.2.3
+ pkgver = 4.2.4
pkgrel = 1
url = https://github.com/dbgate/dbgate
arch = x86_64
@@ -9,10 +9,9 @@ pkgbase = dbgate-bin
depends = gtk3
provides = dbgate
conflicts = dbgate
- source = dbgate-bin-4.2.3.deb::https://github.com/dbgate/dbgate/releases/download/v4.2.3/dbgate-4.2.3-linux_amd64.deb
- source = dbgate-bin-4.2.3-LICENSE::https://raw.githubusercontent.com/dbgate/dbgate/master/LICENSE
- b2sums = cfeb77dfb48dd15eda20e15a90bf5cfde3bdb74491d1012f46de591403cfe4fd4827f25e04dd5d0bf0e881b6ef1b6eacc11652480bb2d4f43c820e1117014977
+ source = dbgate-bin-4.2.4.deb::https://github.com/dbgate/dbgate/releases/download/v4.2.4/dbgate-4.2.4-linux_amd64.deb
+ source = dbgate-bin-4.2.4-LICENSE::https://raw.githubusercontent.com/dbgate/dbgate/master/LICENSE
+ b2sums = f9f41479ae65e1197eabccc3ac59b2e003ae0e064f92ae92c4931b0a7d4d349696f166c2307c6ef3406e786b87142b38e65f89770d6452313d0b3ef33f8ab9d4
b2sums = 9cc4e2813f0978862b0960aa0c8d5b0bc75ae299f10b793ae152202f2e6f43127381c9153c6f51ca1bc83ab633d198dac5d817105a8e7b43e1aad401e0b6eb2f
pkgname = dbgate-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 0c00b50967f4..940c37f9968d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aulonsal <aulonsal at gmail dot com>
pkgname=dbgate-bin
-pkgver=4.2.3
+pkgver=4.2.4
pkgrel=1
pkgdesc="Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others"
arch=(x86_64)
@@ -17,12 +17,12 @@ source=(
"$pkgname-$pkgver-LICENSE::${url/github/raw.githubusercontent}/master/LICENSE"
)
-b2sums=('cfeb77dfb48dd15eda20e15a90bf5cfde3bdb74491d1012f46de591403cfe4fd4827f25e04dd5d0bf0e881b6ef1b6eacc11652480bb2d4f43c820e1117014977'
+b2sums=('f9f41479ae65e1197eabccc3ac59b2e003ae0e064f92ae92c4931b0a7d4d349696f166c2307c6ef3406e786b87142b38e65f89770d6452313d0b3ef33f8ab9d4'
'9cc4e2813f0978862b0960aa0c8d5b0bc75ae299f10b793ae152202f2e6f43127381c9153c6f51ca1bc83ab633d198dac5d817105a8e7b43e1aad401e0b6eb2f')
package() {
bsdtar -xf data.tar.xz --directory="$pkgdir"
- install -Dm644 "$pkgname-$pkgver-LICENSE" "$pkgdir/usr/share/licenses/${pkgname%-bin}/LICENSE"
+ install -Dm644 "$pkgname-$pkgver-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
# Move icon to the right directory
mv "$pkgdir/usr/share/icons/hicolor/0x0" "$pkgdir/usr/share/icons/hicolor/256x256"