summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdison Ibañez2016-07-12 22:25:32 -0500
committerEdison Ibañez2016-07-12 22:25:32 -0500
commit2f76a6733a31b1c8dc0f5536906daad9dc806e0e (patch)
tree3073310b899fe7958eebec78322f49eda4b9286d
parent0c2ca33fc117848e906430d4bda2f9bfd6f4393f (diff)
downloadaur-2f76a6733a31b1c8dc0f5536906daad9dc806e0e.tar.gz
update to 1.11.2
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 19 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07311f94772b..ddff2ef81547 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
pkgbase = sqlectron-gui
pkgdesc = A simple and lightweight SQL client desktop with cross database and platform support.
- pkgver = 1.11.0
- pkgrel = 1
+ pkgver = 1.11.2
+ pkgrel = 2
url = https://sqlectron.github.io/
- arch = any
+ arch = i686
+ arch = x86_64
license = MIT
depends = libnotify
- source = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.11.0/Sqlectron-1.11.0.deb
source = Sqlectron.sh
- md5sums = 98d393328a4b7a0871a8a5e2762d4465
md5sums = f0770e47e7ad5926d24cf9953c1ceb71
+ source_i686 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.11.2/Sqlectron-1.11.2-ia32.deb
+ md5sums_i686 = 3d337882cfdece7abf268fe4a37bf21c
+ source_x86_64 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.11.2/Sqlectron-1.11.2.deb
+ md5sums_x86_64 = fd0102f2de072ef54fce0007ede7317e
pkgname = sqlectron-gui
diff --git a/PKGBUILD b/PKGBUILD
index fbbe89e1cd44..eca3bf27a2d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Edison Ibañez <edison@opmbx.org>
pkgname=sqlectron-gui
-pkgver=1.11.0
-pkgrel=1
+pkgver=1.11.2
+pkgrel=2
pkgdesc="A simple and lightweight SQL client desktop with cross database and platform support."
-arch=("any")
+arch=('i686' 'x86_64')
url="https://sqlectron.github.io/"
license=("MIT")
-source=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver.deb"
- "Sqlectron.sh")
-md5sums=('98d393328a4b7a0871a8a5e2762d4465'
- 'f0770e47e7ad5926d24cf9953c1ceb71')
-
+source=("Sqlectron.sh")
+source_x86_64=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver.deb")
+source_i686=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver-ia32.deb")
+md5sums=('f0770e47e7ad5926d24cf9953c1ceb71')
+md5sums_i686=('3d337882cfdece7abf268fe4a37bf21c')
+md5sums_x86_64=('fd0102f2de072ef54fce0007ede7317e')
depends=('libnotify')
@@ -22,8 +23,9 @@ build() {
package() {
cd "$srcdir"
- install -dm 775 "$pkgdir/opt"
+ install -dm 755 "$pkgdir/opt"
cp -rf "$srcdir/opt/Sqlectron" "$pkgdir/opt"
+ install -dm 775 "$pkgdir/opt/Sqlectron"
install -dm 755 "$pkgdir/usr/bin/"
install -Dm 775 "Sqlectron.sh" "$pkgdir/usr/bin/Sqlectron"
install -Dm 644 "$srcdir/usr/share/applications/Sqlectron.desktop" "$pkgdir/usr/share/applications/Sqlectron.desktop"