summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Backer Dirks2020-02-08 15:38:37 +0000
committerTobias Backer Dirks2020-02-08 15:38:37 +0000
commit4e2df4741abad4d9037d29c6d85c31f08881f48d (patch)
treeb22b14c37790eb516291d88ea1326327d290d91a
parent70ead9c51268355b76fcd9c49fcdb16c23b01d16 (diff)
downloadaur-4e2df4741abad4d9037d29c6d85c31f08881f48d.tar.gz
Updated version and sums.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a8223d1b3c2..70c4178efc38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = popsql
pkgdesc = Collaborative SQL editor to write, run, and share queries instantly
- pkgver = 0.7.12
+ pkgver = 0.9.0
pkgrel = 1
url = https://popsql.io
install = popsql.install
@@ -16,8 +16,8 @@ pkgbase = popsql
optdepends = libappindicator-gtk2: System Tray support
options = !strip
options = !emptydirs
- source_x86_64 = popsql-0.7.12-1.deb::https://get.popsql.io/download/linux_deb_64
- sha512sums_x86_64 = 7e71bd89c015e11e3178b02cc86400e7340cfcad95c4cd733c4a42eaaeed02bafd60b1f9aaaeb54a9aef2caeac0ee24c6929ff473bd274b4d181c50d3cccab4f
+ source_x86_64 = popsql-0.9.0-1.deb::https://get.popsql.io/download/linux_deb_64
+ sha512sums_x86_64 = 78e2a566a2ef680e1cf2a300e99a9f3c4e00b110b2c52d9154979474cd06f455d505e93a75dd4cd1759492c48c99f05f5e214a3a28ccccbeece1787004b41f47
pkgname = popsql
diff --git a/PKGBUILD b/PKGBUILD
index 96203a3509d5..81984f656506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: John Hamelink <john@johnhamelink.com>
# Maintainer: Tobias Backer Dirks <omgitsaheadcrab@gmail.com>
pkgname=popsql
-pkgver=0.7.12
+pkgver=0.9.0
pkgrel=1
pkgdesc="Collaborative SQL editor to write, run, and share queries instantly"
arch=('x86_64')
@@ -17,7 +17,7 @@ optdepends=(
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("$pkgname-$pkgver-$pkgrel.deb::https://get.popsql.io/download/linux_deb_64")
-sha512sums_x86_64=('7e71bd89c015e11e3178b02cc86400e7340cfcad95c4cd733c4a42eaaeed02bafd60b1f9aaaeb54a9aef2caeac0ee24c6929ff473bd274b4d181c50d3cccab4f')
+sha512sums_x86_64=('78e2a566a2ef680e1cf2a300e99a9f3c4e00b110b2c52d9154979474cd06f455d505e93a75dd4cd1759492c48c99f05f5e214a3a28ccccbeece1787004b41f47')
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"