aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsqualou2020-07-26 11:32:31 +0200
committersqualou2020-07-26 11:32:31 +0200
commit662b034be70d732e556d72eb1b55fc7155fc26bb (patch)
tree0e7c69873f40d534d52ef34e2e8486c1c8a48f39
parentc137c9c7b7e44aa8bc438e3a5f1bbe90c54622c9 (diff)
downloadaur-662b034be70d732e556d72eb1b55fc7155fc26bb.tar.gz
Undo more google uglification in custom theme
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 270fcf072dec..764279136882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-chat-linux-git
pkgdesc = Unofficial electron-based desktop client for Google Chat, electron included
pkgver = 0.5.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/squalou/google-chat-linux.git
arch = x86_64
arch = i686
@@ -11,8 +11,8 @@ pkgbase = google-chat-linux-git
makedepends = xz
makedepends = binutils
conflicts = google-chat-linux-electron7-git
- source = https://github.com/squalou/google-chat-linux/releases/download/0.5.4-1/google-chat-linux_0.5.4-1_amd64.deb
- sha512sums = 2119fa71b316767fafa43fddb674f49ea0ff1b92de0da62b2bf4316526267ce30fe5d6e1a9f9a9c29462610d521ca5b07c36cad48d0f34f1c269b42887bbee8f
+ source = https://github.com/squalou/google-chat-linux/releases/download/0.5.4-2/google-chat-linux_0.5.4-2_amd64.deb
+ sha512sums = e7de71f739b4c39572b598e94f0bbb19af12f08aff72ad4f814ce93c2a98e7f1792ecb41f6449b0d6ff658a8a1889839399706e5b2d758890fbee3afb5cab630
pkgname = google-chat-linux-git
diff --git a/.gitignore b/.gitignore
index 3cdf58256342..b2a064a86804 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ pkg
google-chat-linux-git
google-chat-linux
updateSRCINFO.sh
+updatePKGBUILD.sh
+google-chat-linux-SHA512.txt
diff --git a/PKGBUILD b/PKGBUILD
index 54bce99b304e..2ad459aec4e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Squalou <squalou.jenkins [at] gmail [dot] com>
pkgname=google-chat-linux-git
pkgver=0.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Unofficial electron-based desktop client for Google Chat, electron included"
arch=('x86_64' 'i686')
url="https://github.com/squalou/google-chat-linux.git"
@@ -15,7 +15,7 @@ appname="${pkgname%-git}"
source=("${pkgname%}::git+${url}#branch=master")
source=("https://github.com/squalou/${appname}/releases/download/${pkgver}-${pkgrel}/${appname}_${pkgver}-${pkgrel}_amd64.deb")
-sha512sums=('2119fa71b316767fafa43fddb674f49ea0ff1b92de0da62b2bf4316526267ce30fe5d6e1a9f9a9c29462610d521ca5b07c36cad48d0f34f1c269b42887bbee8f')
+sha512sums=('e7de71f739b4c39572b598e94f0bbb19af12f08aff72ad4f814ce93c2a98e7f1792ecb41f6449b0d6ff658a8a1889839399706e5b2d758890fbee3afb5cab630')
build() {
ar x "${appname}_${pkgver}-${pkgrel}_amd64.deb"