summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdison Ibañez2017-02-27 17:16:27 -0500
committerEdison Ibañez2017-02-27 17:16:27 -0500
commit74bff1788bef18812eaa8da27f0a9d9b302dca3f (patch)
treecb044ee3d96f2f43e4ef48d920208e2729c1fd8a /PKGBUILD
parent14c3b5a3e19a67c4a6afe1fcb2f97bb1331b44fd (diff)
downloadaur-74bff1788bef18812eaa8da27f0a9d9b302dca3f.tar.gz
Update to 1.20.2 version
PS: Remove build for 32bit for while - a257c52
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 477c3ea1171e..0e9715a900e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Edison Ibañez <edison@opmbx.org>
pkgname=sqlectron-gui
-pkgver=1.19.0
-pkgrel=2
+pkgver=1.20.2
+pkgrel=1
pkgdesc="A simple and lightweight SQL client desktop with cross database and platform support."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://sqlectron.github.io/"
license=("MIT")
@@ -19,7 +19,6 @@ source=("Sqlectron.sh"
"Sqlectron-256x256.png"
"Sqlectron-512x512.png")
source_x86_64=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver.tar.gz")
-source_i686=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver-ia32.tar.gz")
md5sums=('58802570c7d263582272aab558f9ce47'
'59f6894e35ab7ce3da5ee594fad41ed4'
'85d6ce586470159c1fc3722c0df19fa7'
@@ -31,8 +30,7 @@ md5sums=('58802570c7d263582272aab558f9ce47'
'b3e2568f1044efaa5113f1b14c51f377'
'e1d936527e73ada838cd97b144c87174'
'd68539a49b186bfdb4c461b0ee52442b')
-md5sums_i686=('e9f7ce56455421f2a392316e33006676')
-md5sums_x86_64=('e3563b5b9d0b78969a80607d08c968b6')
+md5sums_x86_64=('489ea209a2c1905f6de1593a04b55f69')
depends=('libnotify')
@@ -53,5 +51,3 @@ package() {
install -Dm 644 "$srcdir/Sqlectron-256x256.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/Sqlectron.png"
install -Dm 644 "$srcdir/Sqlectron-512x512.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/Sqlectron.png"
}
-
-# vim:set ts=2 sw=2 et: