- Updated repo link as I have moved it to a big main repository for all my projects - Added the checksums to the package

This commit is contained in:
corey drew bruce 2024-04-26 11:43:44 +10:00
parent 4570f8cf55
commit c536cb9b64
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ pkgbase = tailscaledesktop
pkgdesc = Unnofficial Tailscale desktop application
pkgver = 1.0.2
pkgrel = 1
url = https://gitlab.com/tailscaledesktop/application
url = https://gitlab.com/linuxbombay/application
arch = x86_64
arch = aarch64
license = GPL
@ -13,6 +13,6 @@ pkgbase = tailscaledesktop
depends = libxss
depends = git
source = https://gitlab.com/tailscaledesktop/application/-/archive/1.0.2-1/application-1.0.2-1.tar.bz2
sha256sums = SKIP
sha256sums = 3d3e7bff4bc3979ae997102ded1626786742b464f47593087cb53ef4ffeb53ad
pkgname = tailscaledesktop

View file

@ -4,12 +4,12 @@ pkgver=1.0.2
pkgrel=1
pkgdesc="Unnofficial Tailscale desktop application"
arch=('x86_64' 'aarch64')
url="https://gitlab.com/tailscaledesktop/application"
url="https://gitlab.com/linuxbombay/application"
license=('GPL')
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
makedepends=('unzip')
source=("https://gitlab.com/tailscaledesktop/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
sha256sums=('SKIP')
sha256sums=('3d3e7bff4bc3979ae997102ded1626786742b464f47593087cb53ef4ffeb53ad')
package() {
for dir in application-$pkgver-$pkgrel ; do mv "${dir}" "$_pkgname" ;done
@ -29,4 +29,4 @@ package() {
install -Dm644 "$srcdir/$_pkgname/$_pkgname.desktop" \
"$pkgdir/usr/share/applications/$_pkgname.desktop"
sed -i s%/usr/share%/opt% "$pkgdir/usr/share/applications/$_pkgname.desktop"
}
}

BIN
application-1.0.2-1.tar.bz2 Normal file

Binary file not shown.