summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorh4x0r2023-09-02 19:51:55 -0500
committerh4x0r2023-09-02 19:51:55 -0500
commitcf20bb5d521aca8c1085eff146009d5c672b20c7 (patch)
tree990b724899072d9031a6f287deb1cb4f00d88045
parent43f8cd68064be5f8dad48feeb998b0cc2737d1ad (diff)
downloadaur-cf20bb5d521aca8c1085eff146009d5c672b20c7.tar.gz
fix: update to old domain
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3ac18abe4ea..6ef3e3a77eda 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 = r1236
+ pkgver = r1244
pkgrel = 1
- url = https://cbftp.gay
+ url = https://cbftp.eu
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.gay/svn/cbftp/
+ source = svn+https://cbftp.eu/svn/cbftp/
sha256sums = SKIP
pkgname = cbftp-svn
diff --git a/PKGBUILD b/PKGBUILD
index 684e8ac64438..6715cc0f4711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Bakasura <bakasura@protonmail.ch>
pkgname=cbftp-svn
-pkgver=r1236
+pkgver=r1244
pkgrel=1
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.gay'
+url='https://cbftp.eu'
depends=('openssl' 'ncurses')
makedepends=('subversion' 'gcc')
optdepends=()
@@ -14,7 +14,7 @@ conflicts=('cbftp')
replaces=('cbftp')
license=('MIT')
_srcname=cbftp
-source=("svn+https://cbftp.gay/svn/cbftp/")
+source=("svn+https://cbftp.eu/svn/cbftp/")
sha256sums=('SKIP')
pkgver() {