summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d49822d0556a..a042c34f6166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = tvlinker
pkgdesc = TV show link scraper + downloader for tv-release.net with a modern PyQt5 GUI
pkgver = 3.0.5
pkgrel = 1
- url = http://vidcutter.ozmartians.com
+ url = http://tvlinker.ozmartians.com
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index eae76d625d4e..1c3ac7c51e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="TV show link scraper + downloader for tv-release.net with a modern PyQt5 GUI"
arch=('any')
license=('GPL3')
-url="http://vidcutter.ozmartians.com"
+url="http://tvlinker.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
depends=('python-pyqt5' 'python-qtawesome-git' 'python-beautifulsoup4' 'python-lxml')
makedepends=('git' 'sed' 'python-setuptools')