Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
108c45e2
Commit
108c45e2
authored
Aug 01, 2018
by
Jeff Huang
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] lftp: update to 4.8.4
parent
5ff240bf
Pipeline
#984
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
lftp/PKGBUILD
lftp/PKGBUILD
+2
-2
lftp/lftp.install
lftp/lftp.install
+0
-12
No files found.
lftp/PKGBUILD
View file @
108c45e2
pkgname
=
lftp
pkgname
=
lftp
pkgver
=
4.8.
3
pkgver
=
4.8.
4
pkgrel
=
1
pkgrel
=
1
pkgdesc
=
"Sophisticated command line based FTP client"
pkgdesc
=
"Sophisticated command line based FTP client"
arch
=(
'x86_64'
)
arch
=(
'x86_64'
)
...
@@ -10,7 +10,7 @@ optdepends=('perl: needed for convert-netscape-cookies and verify-file')
...
@@ -10,7 +10,7 @@ optdepends=('perl: needed for convert-netscape-cookies and verify-file')
categories
=(
'network'
)
categories
=(
'network'
)
backup
=(
'etc/lftp.conf'
)
backup
=(
'etc/lftp.conf'
)
source
=(
http://lftp.yar.ru/ftp/
${
pkgname
}
-
${
pkgver
}
.tar.xz
{
,.asc
})
source
=(
http://lftp.yar.ru/ftp/
${
pkgname
}
-
${
pkgver
}
.tar.xz
{
,.asc
})
md5sums
=(
'
8beb3d814d60f52ac70cffd6dff23d85
'
md5sums
=(
'
b75c43797e817529d486be640232d708
'
'SKIP'
)
'SKIP'
)
validpgpkeys
=(
'C027FA3148652A5513036413A824BB69F2A99A18'
)
# "Alexander V. Lukyanov <lav@yars.free.net>"
validpgpkeys
=(
'C027FA3148652A5513036413A824BB69F2A99A18'
)
# "Alexander V. Lukyanov <lav@yars.free.net>"
...
...
lftp/lftp.install
deleted
100644 → 0
View file @
5ff240bf
pkgname
=
lftp
post_install
()
{
ln
-
s
/
usr
/
local
/
bin
/
lftp
/
usr
/
bin
}
post_upgrade
()
{
post_install
}
post_remove
()
{
rm
/
usr
/
bin
/
lftp
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment