summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2021-07-24 16:51:50 +1000
committerPete Alexandrou2021-07-24 16:51:50 +1000
commit6b26997056000867fbf3f8a3ac8be3757305d2cf (patch)
tree84263e2ef2979b50f24eee72bf8d986881bc8338
parent717af4578140feca62718b6d986b9433ce40851c (diff)
downloadaur-6b26997056000867fbf3f8a3ac8be3757305d2cf.tar.gz
switch to Git HEAD
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b898aa547b74..559a3c652edd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tvlinker
pkgdesc = TV show link scraper + downloader for Scene-RLS.com w/ debrid link unrestricting and support for a number of download managers across all platforms + ShadowSocks & v2ray local proxies.
pkgver = 4.5.0
- pkgrel = 7
+ pkgrel = 8
url = https://tvlinker.ozmartians.com
arch = any
license = GPL3
@@ -20,8 +20,7 @@ pkgbase = tvlinker
optdepends = persepolis
optdepends = pyload
optdepends = python-pysocks
- source = https://github.com/ozmartian/tvlinker/archive/master.tar.gz
+ source = git+https://github.com/ozmartian/tvlinker.git
md5sums = SKIP
pkgname = tvlinker
-
diff --git a/PKGBUILD b/PKGBUILD
index fd44fabf0b2e..596f16e057a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=tvlinker
pkgver=4.5.0
-_branch=master
-pkgrel=7
+pkgrel=8
pkgdesc="TV show link scraper + downloader for Scene-RLS.com w/ debrid link unrestricting and support for a number of download managers across all platforms + ShadowSocks & v2ray local proxies."
arch=('any')
license=('GPL3')
url="https://tvlinker.ozmartians.com"
-source=(https://github.com/ozmartian/${pkgname}/archive/${_branch}.tar.gz)
+# source=(https://github.com/ozmartian/${pkgname}/archive/${_branch}.tar.gz)
+source=(git+https://github.com/ozmartian/tvlinker.git)
depends=('python-beautifulsoup4' 'python-cloudscraper' 'python-js2py' 'python-lxml' 'python-pyjsparser' 'python-pyqt5' 'python-pytz' 'python-requests' 'python-setuptools' 'python-tzlocal')
makedepends=('python-setuptools')
optdepends=('aria2' 'persepolis' 'pyload' 'python-pysocks')