Skip to content

Commit

Permalink
AUR ok
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Feb 28, 2021
1 parent 93bab29 commit bd99665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/pkgs/arch/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pkgbase = termscp-bin
pkgbase = termscp
pkgdesc = TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal.
pkgver = 0.3.3
pkgrel = 1
Expand All @@ -8,7 +8,7 @@ pkgbase = termscp-bin
provides = termscp
options = strip
source = https://github.com/veeso/termscp/releases/download/v0.3.3/termscp-0.3.3-x86_64.tar.gz
sha256sums = e2700e2e9b741eb273e2633d5cf24ad620365d059bdd4f2b42f3737a7c28a2c7
sha256sums = 7a8c70add8306a2cb3f2ee1d075a00fef143fc9aad4199797c7462bab1649296

pkgname = termscp-bin
pkgname = termscp

2 changes: 1 addition & 1 deletion dist/pkgs/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ arch=("x86_64")
provides=("termscp")
options=("strip")
source=("https://github.com/veeso/termscp/releases/download/v$pkgver/termscp-$pkgver-x86_64.tar.gz")
sha256sums=("e2700e2e9b741eb273e2633d5cf24ad620365d059bdd4f2b42f3737a7c28a2c7")
sha256sums=("7a8c70add8306a2cb3f2ee1d075a00fef143fc9aad4199797c7462bab1649296")

package() {
install -Dm755 termscp -t "$pkgdir/usr/bin/"
Expand Down

0 comments on commit bd99665

Please sign in to comment.