summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhayao2020-08-28 14:27:40 +0900
committerhayao2020-08-28 14:27:40 +0900
commit20303bb5145163dcfad285d212909e70447a26ef (patch)
tree0a2c497d141d75e613a0c348973ab44650cd31b3 /PKGBUILD
parent8050121f88612be9b202d44912a839ddaf7446c6 (diff)
downloadaur-20303bb5145163dcfad285d212909e70447a26ef.tar.gz
[fix] : pkgdesc and add conflict pkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c1b96fc3f6e..ff307b71be19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_pkgname=filezilla
pkgname="$_pkgname-bin"
pkgver=3.50.0
-pkgrel=2
-pkgdesc='Free, open source FTP, FTPS and SFTP client'
+pkgrel=3
+pkgdesc='Free, open source FTP, FTPS and SFTP client (Pre-built binary)'
arch=('i686' 'x86_64')
url='https://filezilla-project.org'
license=('GPL')
depends=('pugixml' 'wxgtk3' 'xdg-utils' 'gmp' 'gnutls' 'nettle' 'sqlite')
makedepends=('curl')
-provides=("$_pkgname")
-conflicts=("$_pkgname")
+provides=("${_pkgname}" "${_pkgname}-git")
+conflicts=("${_pkgname}" "${_pkgname}-git")
-machine_arch=$(uname -m)
+machine_arch="$(uname -m)"
source=(
"FileZilla_${pkgver}_${machine_arch}-linux-gnu.tar.bz2::https://download.filezilla-project.org/client/FileZilla_${pkgver}_${machine_arch}-linux-gnu.tar.bz2"