summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xgingi2024-04-14 20:07:17 -0400
committer0xgingi2024-04-14 20:07:17 -0400
commit9413c9d1a75a12b3ae1ea3b9993bc29dcd066ce4 (patch)
treecf21d4995476d728ca882a3c76837884d47d0e3d
parent6d51c1070fcb6613670cab56ffde5dbac438e541 (diff)
downloadaur-9413c9d1a75a12b3ae1ea3b9993bc29dcd066ce4.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
-rw-r--r--update.sh6
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c24679c18afa..fd1b49126b45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jellyfin-rpc-bin
pkgdesc = Displays the content you're currently watching on Discord
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/Radiicall/jellyfin-rpc
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = jellyfin-rpc-bin
depends = gcc-libs
provides = jellyfin-rpc
conflicts = jellyfin-rpc
- source = https://github.com/Radiicall/jellyfin-rpc/releases/download/1.0.2/jellyfin-rpc-x86_64-linux
+ source = https://github.com/Radiicall/jellyfin-rpc/releases/download/1.0.3/jellyfin-rpc-x86_64-linux
source = git+https://github.com/Radiicall/jellyfin-rpc
- source = https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/1.0.2/example.json
- source = https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/1.0.2/scripts/jellyfin-rpc.service
+ source = https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/1.0.3/example.json
+ source = https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/1.0.3/scripts/jellyfin-rpc.service
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5d07369ad930..cc53eecd6461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: 0xGingi <0xgingi@0xgingi.com>
pkgname=('jellyfin-rpc-bin')
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Displays the content you're currently watching on Discord"
arch=('x86_64')
diff --git a/update.sh b/update.sh
new file mode 100644
index 000000000000..520756f12c2d
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,6 @@
+makepkg
+makepkg --printsrcinfo > .SRCINFO
+git add PKGBUILD .SRCINFO update.sh
+git commit -m "update"
+git push
+rm -rf jellyfin* pkg src