diff options
author | h4x0r | 2023-10-06 18:05:32 -0500 |
---|---|---|
committer | h4x0r | 2023-10-06 18:05:32 -0500 |
commit | aee470d3e5c1fbc30ed081c3b6ec5f9e036679e4 (patch) | |
tree | 6bb50b8688f22b0cd210a139f95f08f99e7c81a0 | |
parent | cf20bb5d521aca8c1085eff146009d5c672b20c7 (diff) | |
download | aur-cbftp-svn.tar.gz |
fix: update to new domain
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ pkgbase = cbftp-svn pkgdesc = an advanced multi-purpose FTP/FXP client that focuses on efficient large-scale data spreading, while also supporting most regular FTP/FXP use cases in a modern way. It runs in a terminal and provides a semi-graphical user interface through ncurses. pkgver = r1244 - pkgrel = 1 - url = https://cbftp.eu + pkgrel = 2 + url = https://cbftp.glftpd.io arch = x86_64 license = MIT makedepends = subversion @@ -13,7 +13,7 @@ pkgbase = cbftp-svn provides = cbftp-svn conflicts = cbftp replaces = cbftp - source = svn+https://cbftp.eu/svn/cbftp/ + source = svn+https://cbftp.glftpd.io/svn/cbftp/ sha256sums = SKIP pkgname = cbftp-svn @@ -2,10 +2,10 @@ pkgname=cbftp-svn pkgver=r1244 -pkgrel=1 +pkgrel=2 pkgdesc='an advanced multi-purpose FTP/FXP client that focuses on efficient large-scale data spreading, while also supporting most regular FTP/FXP use cases in a modern way. It runs in a terminal and provides a semi-graphical user interface through ncurses.' arch=('x86_64') -url='https://cbftp.eu' +url='https://cbftp.glftpd.io' depends=('openssl' 'ncurses') makedepends=('subversion' 'gcc') optdepends=() @@ -14,7 +14,7 @@ conflicts=('cbftp') replaces=('cbftp') license=('MIT') _srcname=cbftp -source=("svn+https://cbftp.eu/svn/cbftp/") +source=("svn+https://cbftp.glftpd.io/svn/cbftp/") sha256sums=('SKIP') pkgver() { |