summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2019-11-04 21:06:34 +0100
committerTim Schumacher2019-11-04 21:06:34 +0100
commit0e496e6c5b45f515ef9d7f92373b593f7043a5ea (patch)
tree422cb4949948d8c6f72c179eef845d176df611cb
parenta00f2a21de3f401cfea2332b5691b4ea4bde8511 (diff)
downloadaur-0e496e6c5b45f515ef9d7f92373b593f7043a5ea.tar.gz
Update to 2.5.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fdcdb2c509a..a0c26e67fba9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gitahead
pkgdesc = Graphical Git client that helps you understand and manage your source history
- pkgver = 2.5.10
- pkgrel = 2
+ pkgver = 2.5.11
+ pkgrel = 1
url = https://www.gitahead.com/
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = gitahead
depends = desktop-file-utils
depends = qt5-base
depends = git
- source = git+https://github.com/gitahead/gitahead#commit=2c8ccb5890b1059bba6147d06c2a28faa0a7d75e
+ source = git+https://github.com/gitahead/gitahead#tag=v2.5.11
source = gitahead.desktop
source = gitahead.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a47565fc9773..2d30d2870be8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Angelo Theodorou <encelo@gmail.com>
pkgname=gitahead
-pkgrel=2
-pkgver=2.5.10
+pkgrel=1
+pkgver=2.5.11
pkgdesc='Graphical Git client that helps you understand and manage your source history'
url='https://www.gitahead.com/'
arch=('x86_64')
@@ -14,8 +14,7 @@ license=('MIT')
depends=('desktop-file-utils' 'qt5-base' 'git')
makedepends=('cmake' 'ninja' 'git')
source=(
-# "git+https://github.com/gitahead/gitahead#tag=v${pkgver}"
- "git+https://github.com/gitahead/gitahead#commit=2c8ccb5890b1059bba6147d06c2a28faa0a7d75e"
+ "git+https://github.com/gitahead/gitahead#tag=v${pkgver}"
"gitahead.desktop"
"gitahead.patch"
)