summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpryme-svg2021-06-12 21:43:23 -0700
committerpryme-svg2021-06-12 21:43:23 -0700
commit7d605b2a8310c4737845f274403565500368f605 (patch)
tree9bdf22a8d202fd1fa66f7db4427bde781feb8b26
parent6572281417150ffa347bfd1d802acd472fe1d82a (diff)
downloadaur-7d605b2a8310c4737845f274403565500368f605.tar.gz
bump to 0.1.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b8c5dc3d114..4d94056f1312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,21 @@
pkgbase = lightcord-bin
pkgdesc = A simple - customizable - Discord Client
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://github.com/Lightcord/Lightcord
arch = x86_64
license = MIT
depends = libxss
- optdepends = libappindicator-gtk3
+ optdepends = libappindicator-gtk3: system tray icon support
provides = lightcord
conflicts = lightcord-git
- source = lightcord-bin-0.1.5.zip::https://lightcord.org/api/v1/gh/releases/Lightcord/Lightcord/0.1.5/lightcord-linux-x64.zip
+ source = lightcord-bin-0.1.6.zip::https://lightcord.org/api/v1/gh/releases/Lightcord/Lightcord/0.1.6/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 = SKIP
- md5sums = 93edcd577375c0b3b045b7fbd9dcf09a
+ md5sums = 88f6b95886eeeddff6878e4c5acd2f13
md5sums = f1ace6f149a3d778bfb789d10181d877
md5sums = 738e1aa6aff38e2ced608999d58ff5d7
pkgname = lightcord-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 573011c3f7cd..e3024509e395 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,25 @@
# Maintainer: nephitejnf <nephitejnf@gmail.com>
+# Co-Maintainer: pryme-svg <edoc.www@gmail.com>
+
pkgname=lightcord-bin
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc="A simple - customizable - Discord Client"
arch=("x86_64")
url="https://github.com/Lightcord/Lightcord"
license=('MIT')
depends=('libxss')
-optdepends=("libappindicator-gtk3")
+optdepends=('libappindicator-gtk3: system tray icon support')
provides=('lightcord')
conflicts=('lightcord-git')
makedepends=()
source=("$pkgname-$pkgver.zip::https://lightcord.org/api/v1/gh/releases/Lightcord/Lightcord/$pkgver/lightcord-linux-x64.zip"
- "Lightcord.desktop"
- "https://raw.githubusercontent.com/Lightcord/LightcordLogos/master/lightcord/lightcord.png"
+ "Lightcord.desktop"
+ "https://raw.githubusercontent.com/Lightcord/LightcordLogos/master/lightcord/lightcord.png"
"https://raw.githubusercontent.com/Lightcord/Lightcord/master/LICENSE"
)
md5sums=('SKIP'
- '93edcd577375c0b3b045b7fbd9dcf09a'
+ '88f6b95886eeeddff6878e4c5acd2f13'
'f1ace6f149a3d778bfb789d10181d877'
'738e1aa6aff38e2ced608999d58ff5d7')
@@ -30,7 +32,7 @@ package() {
# Copy files over and set rights
cp -a "$srcdir"/. "$pkgdir"/opt/lightcord
chmod 755 "$pkgdir"/opt/lightcord/lightcord
-
+
# Copy license
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"