summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorh4x0r2023-10-06 18:05:32 -0500
committerh4x0r2023-10-06 18:05:32 -0500
commitaee470d3e5c1fbc30ed081c3b6ec5f9e036679e4 (patch)
tree6bb50b8688f22b0cd210a139f95f08f99e7c81a0
parentcf20bb5d521aca8c1085eff146009d5c672b20c7 (diff)
downloadaur-cbftp-svn.tar.gz
fix: update to new domain
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ef3e3a77eda..faeb042c590a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6715cc0f4711..d46f492c0d94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {