summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author0xGingi2023-08-12 14:31:25 -0400
committer0xGingi2023-08-12 14:31:25 -0400
commitaa1c2bcdad5dd1869de96d1d9e68cbd86591d90a (patch)
tree08dd161eb552ed0e3a40404bc68ecb1ac035d2b5 /PKGBUILD
parent3751aaebfbc0d9381a26ef2672c55f4e34dd253d (diff)
downloadaur-aa1c2bcdad5dd1869de96d1d9e68cbd86591d90a.tar.gz
Add Conflict with Jellyfin-RPC
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47cd504da98f..28ffdbdbca40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: 0xGingi <0xgingi@0xgingi.com>
pkgname=('jellyfin-rpc-git')
pkgver=0.14.1.r2.ge1ec0dd
-pkgrel=4
-pkgdesc="Displays the content you're currently watching on Jellyfin on Discord"
+pkgrel=5
+pkgdesc="Displays the content you're currently watching on Discord"
arch=('x86_64')
url="https://github.com/Radiicall/jellyfin-rpc"
license=('GPL3')
-depends=('rust')
-makedepends=('git')
+depends=('glibc' 'gcc-libs')
+makedepends=('git' 'cargo')
+provides=('jellyfin-rpc')
+conflicts=('jellyfin-rpc')
source=("git+https://github.com/Radiicall/jellyfin-rpc.git"
"git+https://github.com/0xGingi/jellyfin-rpc-aur.git")
md5sums=('SKIP' 'SKIP')