summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-02-13 16:18:11 -0600
committernate2023-02-13 16:18:11 -0600
commite5c0e89613ada4559a6495a9175e1e220df9642d (patch)
treea8375d00de887b13034517e7cf4b8a3d8e6de1c7
parent9958654be32a099b53e9d60407136df94ce93033 (diff)
downloadaur-e5c0e89613ada4559a6495a9175e1e220df9642d.tar.gz
added dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ee8e6128894..36bd781a8bbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,17 @@
pkgbase = kenku-fm-bin
pkgdesc = Online tabletop audio sharing for Discord
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/owlbear-rodeo/kenku-fm
arch = x86_64
license = GPL3
+ depends = libnotify
+ depends = gtk3
+ depends = nss
+ depends = xdg-utils
+ depends = libdrm
+ depends = libxcb
+ depends = gvfs
provides = kenku-fm
conflicts = kenku-fm-bin
source = https://github.com/owlbear-rodeo/kenku-fm/releases/download/v1.2.2/kenku-fm_1.2.2_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 7bc738d057a9..c48669956dda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=kenku-fm-bin
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Online tabletop audio sharing for Discord"
arch=('x86_64')
license=('GPL3')
-depends=()
+depends=('libnotify' 'gtk3' 'nss' 'xdg-utils' 'libdrm' 'libxcb' 'gvfs')
makedepends=()
+optdepends=()
provides=('kenku-fm')
conflicts=('kenku-fm-bin')
url="https://github.com/owlbear-rodeo/kenku-fm"