summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xGingi2023-11-14 12:15:32 -0500
committer0xGingi2023-11-14 12:15:32 -0500
commit18610b6dc33ba2319379b9bfe6a04f8dd03b2129 (patch)
tree51abccc767f2196d07ab8a310ada95e99278445b
parent9537db7f56f28180d7ff0ba2836b4933bfc7816c (diff)
downloadaur-18610b6dc33ba2319379b9bfe6a04f8dd03b2129.tar.gz
download config/service from release fix
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc53d07d496a..9a820b760544 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 = 5
+ pkgver = 0.15.4
+ pkgrel = 1
url = https://github.com/Radiicall/jellyfin-rpc
arch = x86_64
license = GPL3
@@ -10,11 +10,11 @@ pkgbase = jellyfin-rpc-bin
depends = gcc-libs
provides = jellyfin-rpc
conflicts = jellyfin-rpc
- source = https://github.com/Radiicall/jellyfin-rpc/releases/download/0.15.3/jellyfin-rpc-x86_64-linux
+ source = https://github.com/Radiicall/jellyfin-rpc/releases/download/0.15.4/jellyfin-rpc-x86_64-linux
source = git+https://github.com/Radiicall/jellyfin-rpc
- source = https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/0.15.3/example.json
- source = https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/0.15.3/scripts/jellyfin-rpc.service
- md5sums = dc558893e19a7871efd9cb767484be15
+ source = https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/0.15.4/example.json
+ source = https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/0.15.4/scripts/jellyfin-rpc.service
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f247538c1b73..73b4fc752578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: 0xGingi <0xgingi@0xgingi.com>
pkgname=('jellyfin-rpc-bin')
-pkgver=0.15.3
-pkgrel=5
+pkgver=0.15.4
+pkgrel=1
pkgdesc="Displays the content you're currently watching on Discord"
arch=('x86_64')
url="https://github.com/Radiicall/jellyfin-rpc"
@@ -14,7 +14,7 @@ source=("https://github.com/Radiicall/jellyfin-rpc/releases/download/$pkgver/jel
"git+https://github.com/Radiicall/jellyfin-rpc"
"https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/$pkgver/example.json"
"https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/$pkgver/scripts/jellyfin-rpc.service")
-md5sums=('dc558893e19a7871efd9cb767484be15' 'SKIP' 'SKIP' 'SKIP')
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
prepare() {
cd $srcdir