Can you please update it to 0.36.1?
pkgname=gitfiend
_pkgname=GitFiend
pkgver=0.36.1
pkgrel=1
pkgdesc='A Git client designed for humans'
arch=('x86_64')
license=('ISC')
depends=('libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'libappindicator-gtk3' 'libsecret')
url="https://gitfiend.com"
options=('!strip')
source=("https://gitfiend.com/resources/${_pkgname}_${pkgver}_amd64.deb")
md5sums=('25715a7d0524b621a67b7393bc000815')
package() {
tar -xvf data.tar.xz -C ${pkgdir}
chmod 4755 ${pkgdir}/opt/GitFiend/chrome-sandbox
install -dm755 "$pkgdir/usr/bin"
ln -sf "/opt/GitFiend/$pkgname" "$pkgdir/usr/bin/$pkgname"
}
Pinned Comments
commented on 2020-03-08 18:54 (UTC)
Thanks @tlmhs - next time just flag the package out of date and I will update the pkgbuild