Skip to content

Commit

Permalink
Arch pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Apr 13, 2021
1 parent b31de18 commit 150a3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/pkgs/arch/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkgbase = termscp
provides = termscp
options = strip
source = https://github.com/veeso/termscp/releases/download/v0.4.2/termscp-0.4.2-x86_64.tar.gz
sha256sums = 0862fafbeb957a657db14dc5954bb73350c1675ba30a01580b96cb044f1443fe
sha256sums = c72f78a4707402f7f970a883899f4f1583fd9eca6166cb7f7616be97cabf768a

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=("0862fafbeb957a657db14dc5954bb73350c1675ba30a01580b96cb044f1443fe")
sha256sums=("c72f78a4707402f7f970a883899f4f1583fd9eca6166cb7f7616be97cabf768a")

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

0 comments on commit 150a3cf

Please sign in to comment.