Skip to content

Commit

Permalink
1. Remove arch limitation.
Browse files Browse the repository at this point in the history
2. Use a specific git commit.
  • Loading branch information
as400 committed Oct 25, 2024
1 parent 1d179fa commit 76fde32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions user/pgp2ssh/template.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pkgname = "pgp2ssh"
pkgver = "0.1"
pkgver = "0_git20240601"
pkgrel = 0
archs = ["x86_64"]
_commit = "815c00db15664512705f7cb7b36469b099fdc3eb"
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "Convert PGP/GPG private keys to SSH private keys"
maintainer = "as400 <[email protected]>"
license = "MIT"
url = "https://github.com/pinpox/pgp2ssh"
source = f"{url}/archive/refs/heads/main.tar.gz"
sha256 = "19f0b1d1952fac9f2e5db9914d1352b9c496c6d72a12deecf9b028147408c550"
source = f"{url}/archive/{_commit}.tar.gz"
sha256 = "4f9b0377c8876f45f86a6bb8fe567eb62f3088ef51b41b9c1b71805fa5b693ec"


def post_install(self):
Expand Down

0 comments on commit 76fde32

Please sign in to comment.