summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xGingi2023-08-12 14:31:25 -0400
committer0xGingi2023-08-12 14:31:25 -0400
commitaa1c2bcdad5dd1869de96d1d9e68cbd86591d90a (patch)
tree08dd161eb552ed0e3a40404bc68ecb1ac035d2b5
parent3751aaebfbc0d9381a26ef2672c55f4e34dd253d (diff)
downloadaur-aa1c2bcdad5dd1869de96d1d9e68cbd86591d90a.tar.gz
Add Conflict with Jellyfin-RPC
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12089d3c0dd8..303995cd01af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
pkgbase = jellyfin-rpc-git
- pkgdesc = Displays the content you're currently watching on Jellyfin on Discord
+ pkgdesc = Displays the content you're currently watching on Discord
pkgver = 0.14.1.r2.ge1ec0dd
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Radiicall/jellyfin-rpc
arch = x86_64
license = GPL3
makedepends = git
- depends = rust
+ makedepends = cargo
+ depends = glibc
+ depends = gcc-libs
+ provides = jellyfin-rpc
+ conflicts = jellyfin-rpc
source = git+https://github.com/Radiicall/jellyfin-rpc.git
source = git+https://github.com/0xGingi/jellyfin-rpc-aur.git
md5sums = SKIP
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')