summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFraV19822022-09-21 18:34:53 +0200
committerFraV19822022-09-21 18:34:53 +0200
commit6a9899f5976c4f1114f6f19adb2a523b91c9b8f0 (patch)
treed595fdf52b640188e6916fb67cb0508d23daf7ef
parent36a058bdc864bf739a08fb8378c66b2f15625457 (diff)
downloadaur-6a9899f5976c4f1114f6f19adb2a523b91c9b8f0.tar.gz
All is perfect! On the AUR in 24 hoursgit add PKGBUILD .SRCINFO!
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 1 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5419450f297..5265c5661a77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,7 @@ pkgbase = filezilla-server
url = https://filezilla-project.org/download.php?type=server
arch = x86_64
license = unknown
- depends = software-properties-common
options = !strip
source = https://dl3.cdn.filezilla-project.org/server/FileZilla_Server_1.5.1_x86_64-linux-gnu.deb
- sha512sums = a8a6a3b39bbe5c12335bab01ce1283771dc2398ae5ed863a2bfb8c8110419065b95088e988299aa4d162663464bb6c9b999f7b5e9fba19a3dd465e50b9f4c581
pkgname = filezilla-server
diff --git a/PKGBUILD b/PKGBUILD
index 02b0c94ab3d5..869b98418891 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,12 @@ pkgdesc="A simple FTP, FTPS or SFTP server for ArchLinux."
arch=('x86_64')
url="https://filezilla-project.org/download.php?type=server"
license=('unknown')
-depends=('software-properties-common')
-optdepends=(
-)
+
options=(!strip)
_debname=FileZilla_Server_1.5.1_x86_64-linux-gnu.deb
source=(https://dl3.cdn.filezilla-project.org/server/FileZilla_Server_1.5.1_x86_64-linux-gnu.deb)
-sha512sums=('a8a6a3b39bbe5c12335bab01ce1283771dc2398ae5ed863a2bfb8c8110419065b95088e988299aa4d162663464bb6c9b999f7b5e9fba19a3dd465e50b9f4c581')
prepare() {
cd "$srcdir"