Updated tsparams to 1.0.0-2
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,15 +1,13 @@
|
|||||||
pkgbase = tsparams
|
pkgbase = tsparams
|
||||||
pkgdesc = A simple tool to extract and display Tailscale parameters
|
pkgdesc = A simple tool to extract and display Tailscale parameters
|
||||||
pkgver = 1.0.0
|
pkgver = 1.0.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://git.bjphoster.com/source/tsparams
|
url = https://git.bjphoster.com/source/tsparams
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL3
|
license = GPL3
|
||||||
depends = python
|
depends = python
|
||||||
depends = tailscale
|
depends = tailscale
|
||||||
source = https://git.bjphoster.com/source/tsparams/archive/1.0.0.tar.gz
|
source = https://git.bjphoster.com/source/tsparams/archive/1.0.0.tar.gz
|
||||||
md5sums = b215f07928ceb4399b51ab8107d275cc
|
|
||||||
sha1sums = 316becbc9b10d004cfc89e3eeb3e2f3498b70035
|
|
||||||
sha256sums = 2cbf10ffca2f0adf21daff04bfb1cde401b2f9e713863a23b01aa6bddf1ff62d
|
sha256sums = 2cbf10ffca2f0adf21daff04bfb1cde401b2f9e713863a23b01aa6bddf1ff62d
|
||||||
|
|
||||||
pkgname = tsparams
|
pkgname = tsparams
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname="tsparams"
|
pkgname="tsparams"
|
||||||
pkgver="1.0.0"
|
pkgver="1.0.0"
|
||||||
pkgrel="1"
|
pkgrel="2"
|
||||||
pkgdesc="A simple tool to extract and display Tailscale parameters"
|
pkgdesc="A simple tool to extract and display Tailscale parameters"
|
||||||
url="https://git.bjphoster.com/source/${pkgname}"
|
url="https://git.bjphoster.com/source/${pkgname}"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
@@ -10,9 +10,7 @@ license=("GPL3")
|
|||||||
depends=("python" "tailscale")
|
depends=("python" "tailscale")
|
||||||
source=("https://git.bjphoster.com/source/${pkgname}/archive/${pkgver}.tar.gz")
|
source=("https://git.bjphoster.com/source/${pkgname}/archive/${pkgver}.tar.gz")
|
||||||
|
|
||||||
sha1sums=("316becbc9b10d004cfc89e3eeb3e2f3498b70035")
|
|
||||||
sha256sums=("2cbf10ffca2f0adf21daff04bfb1cde401b2f9e713863a23b01aa6bddf1ff62d")
|
sha256sums=("2cbf10ffca2f0adf21daff04bfb1cde401b2f9e713863a23b01aa6bddf1ff62d")
|
||||||
md5sums=("b215f07928ceb4399b51ab8107d275cc")
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||||
|
|||||||
Reference in New Issue
Block a user