summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-09-21 22:18:21 +0200
committerFabioLolix2023-09-21 22:18:21 +0200
commit555e15f21dda94f5c8d00c65da98420f9626d9f7 (patch)
tree99852eead25d3a090fae60702a22f99ce46b8717
parent98a573f7b753cd0e7ff9c41c6d9d61c7e3a13e15 (diff)
downloadaur-555e15f21dda94f5c8d00c65da98420f9626d9f7.tar.gz
v1.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d297aa4abf5..e2b3b006aadd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = filezilla-server-bin
- pkgdesc = A simple FTP, FTPS or SFTP server for ArchLinux
- pkgver = 1.7.2
+ pkgdesc = A simple FTP, FTPS or SFTP server
+ pkgver = 1.7.3
pkgrel = 1
url = https://filezilla-project.org/download.php?type=server
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = filezilla-server-bin
provides = filezilla-server
conflicts = filezilla-server
options = !strip
- source_x86_64 = https://download.filezilla-project.org/server/FileZilla_Server_1.7.2_x86_64-linux-gnu.deb
- sha256sums_x86_64 = 11cebe7e2fc3163488e3f39bfa31de2e24eaf262d08d4b356542cdafa1f8da63
+ source_x86_64 = https://download.filezilla-project.org/server/FileZilla_Server_1.7.3_x86_64-linux-gnu.deb
+ sha256sums_x86_64 = 40b80562b4bfe31c8a778ff7778bb1c0d3e92ff3c7528af54fa704cbde4370d7
pkgname = filezilla-server-bin
diff --git a/PKGBUILD b/PKGBUILD
index e0ea41051cc1..24da2382d7a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: FraV1982 <consulenza.vangi@libero.it>
pkgname=filezilla-server-bin
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
-pkgdesc="A simple FTP, FTPS or SFTP server for ArchLinux"
+pkgdesc="A simple FTP, FTPS or SFTP server"
arch=(x86_64)
url="https://filezilla-project.org/download.php?type=server"
license=(AGPL3)
@@ -14,10 +14,9 @@ provides=(filezilla-server)
conflicts=(filezilla-server)
options=(!strip)
source_x86_64=(https://download.filezilla-project.org/server/FileZilla_Server_${pkgver}_x86_64-linux-gnu.deb)
-sha256sums_x86_64=('11cebe7e2fc3163488e3f39bfa31de2e24eaf262d08d4b356542cdafa1f8da63')
+sha256sums_x86_64=('40b80562b4bfe31c8a778ff7778bb1c0d3e92ff3c7528af54fa704cbde4370d7')
package() {
- cd "$srcdir"
bsdtar -xf ${srcdir}/data.tar.xz -C ${pkgdir}/
install -d ${pkgdir}/usr/lib/systemd/system/
mv ${pkgdir}/etc/systemd/system/filezilla-server.service ${pkgdir}/usr/lib/systemd/system/