Compare commits

...

1 Commits

Author SHA1 Message Date
6bb4f98a47 Updated tsparams to 1.0.0-2 2026-07-26 21:47:03 +00:00
2 changed files with 2 additions and 6 deletions

View File

@@ -1,15 +1,13 @@
pkgbase = tsparams
pkgdesc = A simple tool to extract and display Tailscale parameters
pkgver = 1.0.0
pkgrel = 1
pkgrel = 2
url = https://git.bjphoster.com/source/tsparams
arch = any
license = GPL3
depends = python
depends = tailscale
source = https://git.bjphoster.com/source/tsparams/archive/1.0.0.tar.gz
md5sums = b215f07928ceb4399b51ab8107d275cc
sha1sums = 316becbc9b10d004cfc89e3eeb3e2f3498b70035
sha256sums = 2cbf10ffca2f0adf21daff04bfb1cde401b2f9e713863a23b01aa6bddf1ff62d
pkgname = tsparams

View File

@@ -2,7 +2,7 @@
pkgname="tsparams"
pkgver="1.0.0"
pkgrel="1"
pkgrel="2"
pkgdesc="A simple tool to extract and display Tailscale parameters"
url="https://git.bjphoster.com/source/${pkgname}"
arch=("any")
@@ -10,9 +10,7 @@ license=("GPL3")
depends=("python" "tailscale")
source=("https://git.bjphoster.com/source/${pkgname}/archive/${pkgver}.tar.gz")
sha1sums=("316becbc9b10d004cfc89e3eeb3e2f3498b70035")
sha256sums=("2cbf10ffca2f0adf21daff04bfb1cde401b2f9e713863a23b01aa6bddf1ff62d")
md5sums=("b215f07928ceb4399b51ab8107d275cc")
package() {
install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"