summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xGingi2023-08-24 17:28:58 -0400
committer0xGingi2023-08-24 17:28:58 -0400
commit9224af426fb5201ebab64a361b6e58b936f792a8 (patch)
tree19cacf5374e05b998f3c64f409e0a2df3d02dc10
parent8accdec55c294fcbb0fd6acaee1e013e555ffb55 (diff)
downloadaur-9224af426fb5201ebab64a361b6e58b936f792a8.tar.gz
Revert
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c5a92d750bf..3cd30a44626c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jellyfin-rpc-git
pkgdesc = Displays the content you're currently watching on Discord
pkgver = 0.14.4.r0.gfc25152
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Radiicall/jellyfin-rpc
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 185b904c8192..abfcb3013d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: 0xGingi <0xgingi@0xgingi.com>
pkgname=('jellyfin-rpc-git')
pkgver=0.14.4.r0.gfc25152
-pkgrel=2
+pkgrel=3
pkgdesc="Displays the content you're currently watching on Discord"
arch=('x86_64')
url="https://github.com/Radiicall/jellyfin-rpc"
@@ -45,13 +45,7 @@ package() {
install -Dm0755 "target/release/jellyfin-rpc" -t "$pkgdir/usr/lib/jellyfin-rpc/"
install -Dm0644 "example.json" -t "$pkgdir/usr/lib/jellyfin-rpc/"
install -Dm0644 ./README.md "$pkgdir/usr/share/doc/jellyfin-rpc"
-
- FILE=/usr/lib/systemd/user/jellyfin-rpc.service
- if [ -f "$FILE" ]; then
- echo "Systemd Service File Detected"
- else
install -Dm0644 "scripts/jellyfin-rpc.service" -t "$pkgdir/usr/lib/systemd/user/"
- fi
echo
echo