summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-03-29 10:04:20 -0500
committernate2023-03-29 10:05:42 -0500
commit718bb773977b5f580ac561fc8e8df3e2942580c2 (patch)
treed8483b442962696d211fd30659ee568a954d61ae
parent3cc8c84f682a25a57e60a29d8c43096afbf1c761 (diff)
downloadaur-718bb773977b5f580ac561fc8e8df3e2942580c2.tar.gz
kenku-fm 1.4.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89c215fe53b4..3d2529ade96a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kenku-fm-bin
pkgdesc = Online tabletop audio sharing for Discord
- pkgver = 1.3.2
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/owlbear-rodeo/kenku-fm
arch = x86_64
@@ -12,10 +12,9 @@ pkgbase = kenku-fm-bin
depends = libdrm
depends = libxcb
depends = gvfs
- depends = openssl-1.1
provides = kenku-fm
conflicts = kenku-fm
- source = https://github.com/owlbear-rodeo/kenku-fm/releases/download/v1.3.2/kenku-fm_1.3.2_amd64.deb
- md5sums = 7f0b802f505afda1f17c83c0dc093da2
+ source = https://github.com/owlbear-rodeo/kenku-fm/releases/download/v1.4.0/kenku-fm_1.4.0_amd64.deb
+ md5sums = 3846d9bb8d302625e8ec82fc29515be7
pkgname = kenku-fm-bin
diff --git a/PKGBUILD b/PKGBUILD
index e418f25e9bcd..be375ef43f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_arch=amd64
pkgname=kenku-fm-bin
-pkgver=1.3.2
+pkgver=1.4.0
pkgrel=1
pkgdesc="Online tabletop audio sharing for Discord"
arch=('x86_64')
license=('GPL3')
-depends=('libnotify' 'gtk3' 'nss' 'xdg-utils' 'libdrm' 'libxcb' 'gvfs' 'openssl-1.1')
+depends=('libnotify' 'gtk3' 'nss' 'xdg-utils' 'libdrm' 'libxcb' 'gvfs')
makedepends=()
optdepends=()
provides=('kenku-fm')
@@ -17,7 +17,7 @@ conflicts=('kenku-fm')
url="https://github.com/owlbear-rodeo/kenku-fm"
source=("${url}/releases/download/v${pkgver}/kenku-fm_${pkgver}_${_arch}.deb")
-md5sums=('7f0b802f505afda1f17c83c0dc093da2')
+md5sums=('3846d9bb8d302625e8ec82fc29515be7')
prepare() {