diff options
author | DeedleFake | 2023-03-30 16:26:57 -0400 |
---|---|---|
committer | DeedleFake | 2023-03-30 16:26:57 -0400 |
commit | da656f4f7785c30d9b2718be9ac54157fadf6e00 (patch) | |
tree | 3182f6e64ba1b23227471655c145e440ee6f2365 | |
parent | 2536e283d03c2b8776fe1466029d96fd3948e53f (diff) | |
download | aur-da656f4f7785c30d9b2718be9ac54157fadf6e00.tar.gz |
update for fixed v0.9.3
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = trayscale pkgdesc = An unofficial GUI wrapper for the Tailscale CLI client. pkgver = 0.9.3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/DeedleFake/trayscale arch = i686 arch = x86_64 @@ -14,6 +14,6 @@ pkgbase = trayscale optdepends = tailscale: provides daemon that manages connection provides = trayscale source = https://github.com/DeedleFake/trayscale/archive/refs/tags/v0.9.3.tar.gz - sha256sums = f84e348f1b3bdc52f7a5c32dbcdce3d087674880ccd1c96347d106e1b0537dde + sha256sums = c0d529bc5b901846b163a501cc8cfb0669ea44ffa7b2264ebf0493a9d8f2322e pkgname = trayscale @@ -2,7 +2,7 @@ pkgname=trayscale pkgver=0.9.3 -pkgrel=1 +pkgrel=2 pkgdesc="An unofficial GUI wrapper for the Tailscale CLI client." arch=(i686 x86_64 aarch64) url="https://github.com/DeedleFake/trayscale" @@ -12,7 +12,7 @@ makedepends=('go>=2:1.18' 'gobject-introspection') optdepends=('tailscale: provides daemon that manages connection') provides=(trayscale) source=("https://github.com/DeedleFake/trayscale/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('f84e348f1b3bdc52f7a5c32dbcdce3d087674880ccd1c96347d106e1b0537dde') +sha256sums=('c0d529bc5b901846b163a501cc8cfb0669ea44ffa7b2264ebf0493a9d8f2322e') build() { cd "$pkgname-$pkgver" |