From c2d2c76c5b11c239f371897a2572e17eb2733d48 Mon Sep 17 00:00:00 2001 From: "max.bra" Date: Sun, 25 Mar 2018 23:13:54 +0200 Subject: [PATCH] new project url --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 00f3bfabbcb0..1ac3e7e2818b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,7 +2,7 @@ pkgbase = filebot pkgdesc = The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums. pkgver = 4.8.0 pkgrel = 2 - url = http://filebot.sourceforge.net/ + url = https://github.com/filebot/filebot install = filebot.install arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index faba96d1c370..63b88b8e1eb1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=2 _jnaver=4.5.1 pkgdesc="The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums." arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h') -url="http://filebot.sourceforge.net/" +url="https://github.com/filebot/filebot" license=('GPL') install=$pkgname.install depends=('java-runtime>=9' 'fontconfig' 'chromaprint')