summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-06-27 12:42:17 +0200
committerAanok2019-06-27 12:42:17 +0200
commit46b154e9046b6756eadd89b253a6b8f8a3c2a735 (patch)
tree00feb229d00042d58d9aee45527b7707fcc8e159
parentb1a204113c50014616a4c9c44c70366b690a8868 (diff)
downloadaur-46b154e9046b6756eadd89b253a6b8f8a3c2a735.tar.gz
v0.4.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2763b3793204..aa14a0a2ef91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = ripcord
pkgdesc = Qt-based Discord and Slack client
- pkgver = 0.4.5
- pkgrel = 3
+ pkgver = 0.4.6
+ pkgrel = 1
url = https://cancel.fm/ripcord/
arch = x86_64
license = custom
depends = harfbuzz
- depends = libglvnd
+ depends = libgl
depends = fuse2
options = !strip
- source = https://cancel.fm/dl/Ripcord-0.4.5-x86_64.AppImage
- source = https://cancel.fm/dl/Ripcord-0.4.5-x86_64.AppImage.asc
+ source = https://cancel.fm/dl/Ripcord-0.4.6-x86_64.AppImage
+ source = https://cancel.fm/dl/Ripcord-0.4.6-x86_64.AppImage.asc
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
- sha256sums = 960dcaaa9a54b8d16438dd69c286617e729e32bdc4a229b8bf2bd8db279e592e
+ sha256sums = d450d69f5adaeefc101abb245da544c3b6bf1e7c9e51961a80ccc949f79498e1
sha256sums = SKIP
pkgname = ripcord
diff --git a/PKGBUILD b/PKGBUILD
index c6841a99da2b..0e4c9eab5b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Parker Ellertson (rasputin-machine) <parker@rasputinmachine.com>
# Contributor: therealfarfetchd
pkgname='ripcord'
-pkgver=0.4.5
-pkgrel=3
+pkgver=0.4.6
+pkgrel=1
pkgdesc='Qt-based Discord and Slack client'
arch=('x86_64')
-depends=('harfbuzz' 'libglvnd' 'fuse2')
+depends=('harfbuzz' 'libgl' 'fuse2')
url='https://cancel.fm/ripcord/'
license=('custom')
validpgpkeys=('ABBAD1CB484F53024CF5868B69332F9203F21F5C')
_file="Ripcord-$pkgver-x86_64.AppImage"
source=("https://cancel.fm/dl/$_file"{,.asc})
-sha256sums=('960dcaaa9a54b8d16438dd69c286617e729e32bdc4a229b8bf2bd8db279e592e' 'SKIP')
+sha256sums=('d450d69f5adaeefc101abb245da544c3b6bf1e7c9e51961a80ccc949f79498e1' 'SKIP')
# !! AppImage is emptied if symbols are stripped away !!
# But beyond that, the program is deployed with symbols on purpose