summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdison Ibañez2016-06-18 20:55:03 -0500
committerEdison Ibañez2016-06-18 20:55:03 -0500
commit0c2ca33fc117848e906430d4bda2f9bfd6f4393f (patch)
treefe2eb40f2d21c0b5b7aefe1f324df1bafaa0c71b
parent603287de8b06f7581ae86877ac673e88be24feff (diff)
downloadaur-0c2ca33fc117848e906430d4bda2f9bfd6f4393f.tar.gz
Update to 1.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d9623c1ecc..07311f94772b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = sqlectron-gui
pkgdesc = A simple and lightweight SQL client desktop with cross database and platform support.
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://sqlectron.github.io/
arch = any
license = MIT
depends = libnotify
- source = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.10.0/Sqlectron-1.10.0.deb
+ source = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.11.0/Sqlectron-1.11.0.deb
source = Sqlectron.sh
- md5sums = 19e592a74ecc6031e898af4757310055
+ md5sums = 98d393328a4b7a0871a8a5e2762d4465
md5sums = f0770e47e7ad5926d24cf9953c1ceb71
pkgname = sqlectron-gui
diff --git a/PKGBUILD b/PKGBUILD
index a8909276bfa0..fbbe89e1cd44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Edison Ibañez <edison@opmbx.org>
pkgname=sqlectron-gui
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="A simple and lightweight SQL client desktop with cross database and platform support."
arch=("any")
@@ -9,9 +9,10 @@ license=("MIT")
source=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver.deb"
"Sqlectron.sh")
-md5sums=('19e592a74ecc6031e898af4757310055'
+md5sums=('98d393328a4b7a0871a8a5e2762d4465'
'f0770e47e7ad5926d24cf9953c1ceb71')
+
depends=('libnotify')
build() {