summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-09-02 08:09:15 +0200
committerAanok2019-09-02 08:09:15 +0200
commit225498892b2976d4b97ae7980d7bc74812175e76 (patch)
tree95185f6ae8a18e75f52993307d1c289fe13ca344
parent5ae731eb20c40a065be73c9a9334587c311c845f (diff)
downloadaur-225498892b2976d4b97ae7980d7bc74812175e76.tar.gz
v0.4.15
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60b48ceb49bd..bfc64fda3338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = ripcord
pkgdesc = Qt-based Discord and Slack client
- pkgver = 0.4.14
+ pkgver = 0.4.15
pkgrel = 1
url = https://cancel.fm/ripcord/
arch = x86_64
license = custom
depends = harfbuzz
depends = libgl
- depends = fuse2
options = !strip
- source = https://cancel.fm/dl/Ripcord-0.4.14-x86_64.AppImage
- source = https://cancel.fm/dl/Ripcord-0.4.14-x86_64.AppImage.asc
+ source = https://cancel.fm/dl/Ripcord-0.4.15-x86_64.AppImage
+ source = https://cancel.fm/dl/Ripcord-0.4.15-x86_64.AppImage.asc
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
- sha256sums = 6996c157bb3417f4afd2876f4dcc9535327f24a6e38e76aaf70ff62e1d8c561e
+ sha256sums = 3cd96d9f380ec24fcd3506fae448e89d255dcaa92940179bb00aed39d416b745
sha256sums = SKIP
pkgname = ripcord
diff --git a/PKGBUILD b/PKGBUILD
index 2d5f4d4df88c..80b5c1448dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Parker Ellertson (rasputin-machine) <parker@rasputinmachine.com>
# Contributor: therealfarfetchd
pkgname='ripcord'
-pkgver=0.4.14
+pkgver=0.4.15
pkgrel=1
pkgdesc='Qt-based Discord and Slack client'
arch=('x86_64')
-depends=('harfbuzz' 'libgl' 'fuse2')
+depends=('harfbuzz' 'libgl')
url='https://cancel.fm/ripcord/'
license=('custom')
validpgpkeys=('ABBAD1CB484F53024CF5868B69332F9203F21F5C')
_file="Ripcord-$pkgver-x86_64.AppImage"
source=("https://cancel.fm/dl/$_file"{,.asc})
-sha256sums=('6996c157bb3417f4afd2876f4dcc9535327f24a6e38e76aaf70ff62e1d8c561e' 'SKIP')
+sha256sums=('3cd96d9f380ec24fcd3506fae448e89d255dcaa92940179bb00aed39d416b745' 'SKIP')
# !! AppImage is emptied if symbols are stripped away !!
# But beyond that, the program is deployed with symbols on purpose