summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-03-23 09:44:06 -0500
committernate2023-03-23 09:44:06 -0500
commit3cc8c84f682a25a57e60a29d8c43096afbf1c761 (patch)
tree277612f4dd9f7fa6b12ef317a7c1573321c5b659
parent93bc7c2fc0b12455a6749838d17d79a03d54be06 (diff)
downloadaur-3cc8c84f682a25a57e60a29d8c43096afbf1c761.tar.gz
kenku-fm 1.3.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 214d925eb3b7..89c215fe53b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kenku-fm-bin
pkgdesc = Online tabletop audio sharing for Discord
- pkgver = 1.3.0
+ pkgver = 1.3.2
pkgrel = 1
url = https://github.com/owlbear-rodeo/kenku-fm
arch = x86_64
@@ -12,9 +12,10 @@ 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.0/kenku-fm_1.3.0_amd64.deb
- md5sums = 2944b56c8e736e3f42a1585da43461e3
+ source = https://github.com/owlbear-rodeo/kenku-fm/releases/download/v1.3.2/kenku-fm_1.3.2_amd64.deb
+ md5sums = 7f0b802f505afda1f17c83c0dc093da2
pkgname = kenku-fm-bin
diff --git a/PKGBUILD b/PKGBUILD
index b8ce5bdae2d1..e418f25e9bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_arch=amd64
pkgname=kenku-fm-bin
-pkgver=1.3.0
+pkgver=1.3.2
pkgrel=1
pkgdesc="Online tabletop audio sharing for Discord"
arch=('x86_64')
license=('GPL3')
-depends=('libnotify' 'gtk3' 'nss' 'xdg-utils' 'libdrm' 'libxcb' 'gvfs')
+depends=('libnotify' 'gtk3' 'nss' 'xdg-utils' 'libdrm' 'libxcb' 'gvfs' 'openssl-1.1')
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=('2944b56c8e736e3f42a1585da43461e3')
+md5sums=('7f0b802f505afda1f17c83c0dc093da2')
prepare() {