mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Tailscale 1.0.6.1.aurpatch
This commit is contained in:
parent
c81e040288
commit
5b2e598a2c
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = tailscaledesktop
|
||||
pkgdesc = Unnofficial Tailscale desktop application
|
||||
pkgver = 1.0.6.aurpatch
|
||||
pkgver = 1.0.6.1.aurpatch
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/linuxbombay/tailscaledesktop
|
||||
arch = x86_64
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = tailscaledesktop
|
|||
depends = gtk3
|
||||
depends = libxss
|
||||
depends = git
|
||||
source = https://gitlab.com/linuxbombay/tailscaledesktop/application/-/archive/1.0.6.aurpatch/application-1.0.6.aurpatch.tar.bz2
|
||||
sha256sums = e9e53dbaf2639e5df734b1ecca38b0f51ad1cb6cb24c4494c8c929989c49ab37
|
||||
source = https://gitlab.com/linuxbombay/tailscaledesktop/application/-/archive/1.0.6.1.aurpatch/application-1.0.6.1.aurpatch.tar.bz2
|
||||
sha256sums = 29a66a15231c56b01a144366df57c407d602ccfaeb1c86b6df9d5da6f0414ca6
|
||||
|
||||
pkgname = tailscaledesktop
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
pkgname=tailscaledesktop
|
||||
_pkgname=TailscaleDesktop
|
||||
pkgver=1.0.6.aurpatch
|
||||
pkgver=1.0.6.1.aurpatch
|
||||
pkgrel=1
|
||||
pkgdesc="Unnofficial Tailscale desktop application"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -9,7 +9,7 @@ license=('GPL')
|
|||
depends=('libelectron>=2025.1' 'nss' 'gtk3' 'libxss' 'git')
|
||||
makedepends=('unzip')
|
||||
source=("$url/application/-/archive/$pkgver/application-$pkgver.tar.bz2")
|
||||
sha256sums=('e9e53dbaf2639e5df734b1ecca38b0f51ad1cb6cb24c4494c8c929989c49ab37')
|
||||
sha256sums=('29a66a15231c56b01a144366df57c407d602ccfaeb1c86b6df9d5da6f0414ca6')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/application-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue