summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xGingi2023-08-12 18:38:23 -0400
committer0xGingi2023-08-12 18:38:23 -0400
commitac1293e55541b436c446a6cacd9b9274118128cc (patch)
tree7116cc8c04380b63b1d4a61f66a60949f726bb0c
parent225d38763fbf357221b6d2ce676cb5ac20af1d8b (diff)
downloadaur-ac1293e55541b436c446a6cacd9b9274118128cc.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3549643ffb47..2383bf53fff6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jellyfin-rpc-bin
pkgdesc = Displays the content you're currently watching on Discord
- pkgver = 0.14.1
+ pkgver = 0.14.2
pkgrel = 1
url = https://github.com/Radiicall/jellyfin-rpc
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = jellyfin-rpc-bin
depends = gcc-libs
provides = jellyfin-rpc
conflicts = jellyfin-rpc
- source = https://github.com/Radiicall/jellyfin-rpc/releases/download/0.14.1/jellyfin-rpc-x86_64-linux
+ source = https://github.com/Radiicall/jellyfin-rpc/releases/download/0.14.2/jellyfin-rpc-x86_64-linux
source = git+https://github.com/Radiicall/jellyfin-rpc
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4cfada4f394f..946cbff8ef43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: 0xGingi <0xgingi@0xgingi.com>
pkgname=('jellyfin-rpc-bin')
-pkgver=0.14.1
+pkgver=0.14.2
pkgrel=1
pkgdesc="Displays the content you're currently watching on Discord"
arch=('x86_64')
@@ -14,7 +14,7 @@ source=("https://github.com/Radiicall/jellyfin-rpc/releases/download/$pkgver/jel
md5sums=('SKIP' 'SKIP')
prepare() {
- cd jellyfin-rpc
+ cd $srcdir
sed -i "s|^ExecStart=.*\$|ExecStart=/usr/lib/jellyfin-rpc/jellyfin-rpc|" jellyfin-rpc/scripts/jellyfin-rpc.service
}