summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2024-02-16 01:34:28 +0100
committerMichał Wojdyła2024-02-16 01:34:28 +0100
commit95d13ef9f13c68392e391e44ee1ff4d40103fc18 (patch)
tree90894136b7fe994ab15aedb6ed968aab1cf1709e
parentfa6f1a21171e9cf15ae42fb870d37f0da3598e81 (diff)
downloadaur-95d13ef9f13c68392e391e44ee1ff4d40103fc18.tar.gz
git+https download
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index def1edbbc47c..39b95ad27ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plexconnect-git
pkgdesc = Integration layer between Apple TV and Plex
- pkgver = 20140218
- pkgrel = 2
+ pkgver = 20230328
+ pkgrel = 1
url = https://github.com/iBaa/PlexConnect
install = plexconnect-git.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = plexconnect-git
depends = python2
depends = openssl
conflicts = plexconnect
- source = git://github.com/iBaa/PlexConnect
+ source = git+https://github.com/iBaa/PlexConnect
source = plexconnect.service
source = plexconnect-git.install
sha1sums = SKIP
@@ -18,4 +18,3 @@ pkgbase = plexconnect-git
sha1sums = 86b1c6b71a0dd271a1e5ae073070c870ff73c07d
pkgname = plexconnect-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9142912f11a9..d93ecf384519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: John Reese <john@noswap.com>
+# Contributor: John Reese <john@noswap.com>
# Upstream URL: https://github.com/iBaa/PlexConnect
#
# For improvements/fixes to this package, please send a pull request:
@@ -6,8 +6,8 @@
pkgname=plexconnect-git
-pkgver=20140218
-pkgrel=2
+pkgver=20230328
+pkgrel=1
pkgdesc="Integration layer between Apple TV and Plex"
arch=('any')
url="https://github.com/iBaa/PlexConnect"
@@ -17,7 +17,7 @@ makedepends=('git')
conflicts=('plexconnect')
install='plexconnect-git.install'
-_gitroot="git://github.com/iBaa/PlexConnect"
+_gitroot="git+https://github.com/iBaa/PlexConnect"
_gitname="PlexConnect"
source=("$_gitroot"