summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2020-05-10 16:01:41 +0200
committerErik Dubois2020-05-10 16:01:41 +0200
commitfa3bd4e6cb55a976bbe3219b322a8b184cdf090d (patch)
tree434f72438aca28ce0ba0d06805821b2e09503151
parentc0bb6ce9cd9b1061dd1d935ce05dcf0e9eef9b8c (diff)
downloadaur-fa3bd4e6cb55a976bbe3219b322a8b184cdf090d.tar.gz
0.23.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13223c3e76f4..5110e28598de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitfiend
pkgdesc = A Git client designed for humans
- pkgver = 0.22.8
+ pkgver = 0.23.1
pkgrel = 1
url = https://gitfiend.com
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = gitfiend
depends = libappindicator-gtk3
depends = libsecret
options = !strip
- source = https://gitfiend.com/resources/GitFiend_0.22.8_amd64.deb
- md5sums = 8dc38499c3ced7db57463c597ba446c3
+ source = https://gitfiend.com/resources/GitFiend_0.23.1_amd64.deb
+ md5sums = a6f05a69ba91d0368b762fbe8b4b576f
pkgname = gitfiend
diff --git a/.gitignore b/.gitignore
index 69361b78dae2..f9ae4fb7b2ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
git.sh
pkg
-src \ No newline at end of file
+src
+gitfiend*
+GitFiend* \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index ade8543c5a03..99ff5c614950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Dubois <erikdubois@gmail.com>
pkgname=gitfiend
_pkgname=GitFiend
-pkgver=0.22.8
+pkgver=0.23.1
pkgrel=1
pkgdesc='A Git client designed for humans'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk'
url="https://gitfiend.com"
options=('!strip')
source=("https://gitfiend.com/resources/${_pkgname}_${pkgver}_amd64.deb")
-md5sums=('8dc38499c3ced7db57463c597ba446c3')
+md5sums=('a6f05a69ba91d0368b762fbe8b4b576f')
package() {
tar -xvf data.tar.xz -C ${pkgdir}
chmod 4755 ${pkgdir}/opt/GitFiend/chrome-sandbox