Thanks @tlmhs - next time just flag the package out of date and I will update the pkgbuild
Search Criteria
Package Details: gitfiend 0.24.1-1
Git Clone URL: | https://aur.archlinux.org/gitfiend.git (read-only, click to copy) |
---|---|
Package Base: | gitfiend |
Description: | A Git client designed for humans |
Upstream URL: | https://gitfiend.com |
Keywords: | git |
Licenses: | |
Submitter: | erikdubois |
Maintainer: | guemidiborhane |
Last Packager: | guemidiborhane |
Votes: | 5 |
Popularity: | 0.045262 |
First Submitted: | 2019-10-15 18:28 |
Last Updated: | 2020-07-26 07:16 |
Dependencies (8)
- at-spi2-atk (at-spi2-atk-git)
- libappindicator-gtk3 (libappindicator-gtk3-ubuntu, libappindicator-bzr)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- libsecret
- libxss
- libxtst
- nss (nss-hg)
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git)
Required by (0)
Sources (1)
Latest Comments
erikdubois commented on 2020-03-08 18:54
timhs commented on 2020-03-08 18:38
Today I had problems while updating. I had to change PKGBUILD
:
pkgver=0.22.6
and md5sums=('3c818ac78a76d98ab28d178463dbb8b5')
Now it works
erikdubois commented on 2019-10-16 04:44
Thank you very much for you time and work.
yochananmarqos commented on 2019-10-15 19:51
You're missing the dependencies and the license is ISC, not custom. The binary should also be symlinked. Please see the control
and postinst
files in the deb package.
Why are you disabling stripping the binary? It works fine and makes the package about 5 MB smaller.
pkgname=gitfiend
pkgver=0.19.5
pkgrel=1
pkgdesc='A Git client designed for humans'
arch=('x86_64')
url="https://gitfiend.com"
license=('ISC')
depends=('libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk'
'libappindicator-gtk3' 'libsecret')
source=("https://gitfiend.com/resources/GitFiend_${pkgver}_amd64.deb")
sha256sums=('897c77da68760830ad4026ea36e46ee7a5ed9c238a8a2daa9155eba1363c2132')
package() {
tar -xvf data.tar.xz -C "$pkgdir"
install -dm755 "$pkgdir/usr/bin"
ln -sf "/opt/GitFiend/$pkgname" "$pkgdir/usr/bin/$pkgname"
}
Pinned Comments
erikdubois commented on 2020-03-08 18:54
Thanks @tlmhs - next time just flag the package out of date and I will update the pkgbuild