summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpryme-svg2021-07-05 19:34:05 -0700
committerpryme-svg2021-07-05 19:34:05 -0700
commit09e5886c341ab6b23771405d836381d137c1b5de (patch)
treef3d60acf2251318d1cdd8f3dc4f7a322ce024d12
parentee7dc93e52c91612ecaf1e8dba22a30ceb2f5d56 (diff)
downloadaur-09e5886c341ab6b23771405d836381d137c1b5de.tar.gz
v0.1.8
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e44b45530463..412bcb74eebe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightcord-bin
pkgdesc = A simple - customizable - Discord Client
- pkgver = 0.1.7
+ pkgver = 0.1.8
pkgrel = 1
url = https://github.com/Lightcord/Lightcord
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = lightcord-bin
optdepends = libappindicator-gtk3: system tray icon support
provides = lightcord
conflicts = lightcord-git
- source = lightcord-bin-0.1.7.zip::https://lightcord.org/api/v1/gh/releases/Lightcord/Lightcord/v0.1.7/lightcord-linux-x64.zip
+ source = lightcord-bin-0.1.8.zip::https://lightcord.org/api/v1/gh/releases/Lightcord/Lightcord/v0.1.8/lightcord-linux-x64.zip
source = Lightcord.desktop
source = https://raw.githubusercontent.com/Lightcord/LightcordLogos/master/lightcord/lightcord.png
source = https://raw.githubusercontent.com/Lightcord/Lightcord/master/LICENSE
- md5sums = 4c6c4a83bf975b095f6ebd90902bd299
- md5sums = 88f6b95886eeeddff6878e4c5acd2f13
- md5sums = f1ace6f149a3d778bfb789d10181d877
- md5sums = 738e1aa6aff38e2ced608999d58ff5d7
+ sha256sums = 19f875929f355e7e4079fc046eafac1fab6327e89679328e545cf42bf86dc316
+ sha256sums = 15032409c31cbf25f0adadeff9b09e3ef45c265ddfbbf48d9cfe91d1da145124
+ sha256sums = 27f7abb09a61deff3a4d6944f1dab4ab3f6ada35767e586fad0a195fab35e0b9
+ sha256sums = 80e14fe1ef2af1b4049874ae3babdc597fe5b49e959c7593333ad59d3a20b94d
pkgname = lightcord-bin
diff --git a/PKGBUILD b/PKGBUILD
index 21593a9da254..946d43449857 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: pryme-svg <edoc.www@gmail.com>
pkgname=lightcord-bin
-pkgver=0.1.7
+pkgver=0.1.8
pkgrel=1
pkgdesc="A simple - customizable - Discord Client"
arch=("x86_64")
@@ -18,10 +18,12 @@ source=("$pkgname-$pkgver.zip::https://lightcord.org/api/v1/gh/releases/Lightcor
"https://raw.githubusercontent.com/Lightcord/LightcordLogos/master/lightcord/lightcord.png"
"https://raw.githubusercontent.com/Lightcord/Lightcord/master/LICENSE"
)
-md5sums=('4c6c4a83bf975b095f6ebd90902bd299'
- '88f6b95886eeeddff6878e4c5acd2f13'
- 'f1ace6f149a3d778bfb789d10181d877'
- '738e1aa6aff38e2ced608999d58ff5d7')
+
+sha256sums=('19f875929f355e7e4079fc046eafac1fab6327e89679328e545cf42bf86dc316'
+ '15032409c31cbf25f0adadeff9b09e3ef45c265ddfbbf48d9cfe91d1da145124'
+ '27f7abb09a61deff3a4d6944f1dab4ab3f6ada35767e586fad0a195fab35e0b9'
+ '80e14fe1ef2af1b4049874ae3babdc597fe5b49e959c7593333ad59d3a20b94d'
+)
package() {
# Create the folder structure
@@ -43,3 +45,4 @@ package() {
# Create symlink in /usr/bin; stolen from other PKGBUILDs
ln -s /opt/lightcord/lightcord "$pkgdir"/usr/bin/lightcord
}
+