Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions gitkraken-aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = gitkraken
pkgdesc = The intuitive, fast, and beautiful cross-platform Git client.
pkgver = 12.2.0
pkgrel = 2
pkgver = 12.2.1
pkgrel = 1
url = https://www.gitkraken.com/
arch = x86_64
arch = aarch64
Expand All @@ -21,9 +21,9 @@ pkgbase = gitkraken
sha256sums = 078fa2cdf6826d956bf73387fb2ef147b1aca5f4a7a3cb4be8c71e6105fc9c6c
sha256sums = 5b7b39b331bc32a606e1e79c695df4519c9b220225be00fb34ef368c3af319a6
sha256sums = c78ef86324946f856cc5c11549990722155a5e883dc94f92a95169c7ab5fb63e
source_x86_64 = gitkraken-12.2.0-x86_64.tar.gz::https://api.gitkraken.dev/releases/production/linux/x64/12.2.0/gitkraken-amd64.tar.gz
sha256sums_x86_64 = 6c46dcd0497e5a6084229c2a059fb2dd50d2ee165dea01d24c2b38697a372942
source_aarch64 = gitkraken-12.2.0-aarch64.tar.gz::https://api.gitkraken.dev/releases/production/linux/arm64/12.2.0/gitkraken-aarch64.tar.gz
sha256sums_aarch64 = 8fb4fe1114b1f76ddc00c7c7be12ea8542cb9597062f073f358f0e239167ab51
source_x86_64 = gitkraken-12.2.1-x86_64.tar.gz::https://api.gitkraken.dev/releases/production/linux/x64/12.2.1/gitkraken-amd64.tar.gz
sha256sums_x86_64 = 939aa5dbffde7e76e8bff922f2b5febdcf01cc037e7770400c49e2523d8f132f
source_aarch64 = gitkraken-12.2.1-aarch64.tar.gz::https://api.gitkraken.dev/releases/production/linux/arm64/12.2.1/gitkraken-aarch64.tar.gz
sha256sums_aarch64 = 48c142f9ca2a75a121e881b99fedc08482774d70b27efa09c121128fe325660d

pkgname = gitkraken
8 changes: 4 additions & 4 deletions gitkraken-aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# Contributor: iBernd81 <aur at gempel dot bayern>

pkgname=gitkraken
pkgrel=2
pkgver=12.2.0
pkgrel=1
pkgver=12.2.1
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="https://www.gitkraken.com/"
provides=('gitkraken')
Expand All @@ -33,8 +33,8 @@ source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.gz::https://api.gitkraken.dev/
sha256sums=('078fa2cdf6826d956bf73387fb2ef147b1aca5f4a7a3cb4be8c71e6105fc9c6c'
'5b7b39b331bc32a606e1e79c695df4519c9b220225be00fb34ef368c3af319a6'
'c78ef86324946f856cc5c11549990722155a5e883dc94f92a95169c7ab5fb63e')
sha256sums_x86_64=('6c46dcd0497e5a6084229c2a059fb2dd50d2ee165dea01d24c2b38697a372942')
sha256sums_aarch64=('8fb4fe1114b1f76ddc00c7c7be12ea8542cb9597062f073f358f0e239167ab51')
sha256sums_x86_64=('939aa5dbffde7e76e8bff922f2b5febdcf01cc037e7770400c49e2523d8f132f')
sha256sums_aarch64=('48c142f9ca2a75a121e881b99fedc08482774d70b27efa09c121128fe325660d')
options=('!strip' '!debug')

package() {
Expand Down