summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xGingi2023-10-18 15:13:45 -0400
committer0xGingi2023-10-18 15:13:45 -0400
commitb134f67a37c41a3784bfa170bd2a856a8d564130 (patch)
tree542bbd08d3aaa9a81597ec4cd22fe5319cda03c2
parent93c805fc0a95058407a372da926b85f8cc0a6f8b (diff)
downloadaur-b134f67a37c41a3784bfa170bd2a856a8d564130.tar.gz
download config/service from release fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9584c153bed..cf2a51ed86cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jellyfin-rpc-bin
pkgdesc = Displays the content you're currently watching on Discord
pkgver = 0.15.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Radiicall/jellyfin-rpc
arch = x86_64
license = GPL3
@@ -12,8 +12,8 @@ pkgbase = jellyfin-rpc-bin
conflicts = jellyfin-rpc
source = https://github.com/Radiicall/jellyfin-rpc/releases/download/0.15.3/jellyfin-rpc-x86_64-linux
source = git+https://github.com/Radiicall/jellyfin-rpc
- source = https://github.com/Radiicall/jellyfin-rpc/blob/0.15.3/example.json
- source = https://github.com/Radiicall/jellyfin-rpc/blob/0.15.3/scripts/jellyfin-rpc.service
+ source = https://rawgithubusercontent.com/Radiicall/jellyfin-rpc/0.15.3/example.json
+ source = https://rawgithubusercontent.com/Radiicall/jellyfin-rpc/0.15.3/scripts/jellyfin-rpc.service
md5sums = dc558893e19a7871efd9cb767484be15
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c8aa5ba5c3e8..e2cd3ff0c012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: 0xGingi <0xgingi@0xgingi.com>
pkgname=('jellyfin-rpc-bin')
pkgver=0.15.3
-pkgrel=3
+pkgrel=4
pkgdesc="Displays the content you're currently watching on Discord"
arch=('x86_64')
url="https://github.com/Radiicall/jellyfin-rpc"
@@ -12,8 +12,8 @@ provides=('jellyfin-rpc')
conflicts=('jellyfin-rpc')
source=("https://github.com/Radiicall/jellyfin-rpc/releases/download/$pkgver/jellyfin-rpc-x86_64-linux"
"git+https://github.com/Radiicall/jellyfin-rpc"
- "https://github.com/Radiicall/jellyfin-rpc/blob/$pkgver/example.json"
- "https://github.com/Radiicall/jellyfin-rpc/blob/$pkgver/scripts/jellyfin-rpc.service")
+ "https://rawgithubusercontent.com/Radiicall/jellyfin-rpc/$pkgver/example.json"
+ "https://rawgithubusercontent.com/Radiicall/jellyfin-rpc/$pkgver/scripts/jellyfin-rpc.service")
md5sums=('dc558893e19a7871efd9cb767484be15' 'SKIP' 'SKIP' 'SKIP')
prepare() {