summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBakasura2022-12-13 22:06:56 -0500
committerBakasura2022-12-13 22:06:56 -0500
commit43f8cd68064be5f8dad48feeb998b0cc2737d1ad (patch)
treec6b9d7d507a20bec180a39605f8c2f2d24d3ca81
parent0282b6fd5f6c04d082cf4466794c48f823653949 (diff)
downloadaur-43f8cd68064be5f8dad48feeb998b0cc2737d1ad.tar.gz
fix: update site url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efb234f19972..d3ac18abe4ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ 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
pkgrel = 1
- url = https://cbftp.eu
+ url = https://cbftp.gay
arch = x86_64
license = MIT
makedepends = subversion
diff --git a/PKGBUILD b/PKGBUILD
index a6c70ced0f32..684e8ac64438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=r1236
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.eu'
+url='https://cbftp.gay'
depends=('openssl' 'ncurses')
makedepends=('subversion' 'gcc')
optdepends=()