summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Maslowski2021-01-20 21:12:32 +0100
committerDaniel Maslowski2021-01-20 21:12:32 +0100
commitc5bc9beb4003841555877c7c0651b4080ef011f1 (patch)
treef1ec5eef3dd4e834a5ee64120ef83fd7fde07790 /PKGBUILD
parentec29be962be6a691b290503b67e32e6784e4fbe7 (diff)
downloadaur-git-big-picture.tar.gz
v1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76c6bc218066..c20258a5f450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Maslowski <info@orangecms.org>
pkgname=git-big-picture
-pkgver=0.10.1
+pkgver=1.1.1
pkgrel=1
pkgdesc="Visualization tool for Git repositories"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python' 'git' 'graphviz')
makedepends=('git')
provides=('git-big-picture')
source=("https://github.com/git-big-picture/git-big-picture/archive/v$pkgver.tar.gz")
-md5sums=('7198106c60213fe99889f573be74557f')
+sha512sums=('f77681b43bb3323f5cdeb646c04af65d3553a2b375df97674a670200323ca94fe8dda12073d5d3ed5211ec17e88185cc5134f243b9fc948d7bee72249b11f543')
package() {
cd "${pkgname}-${pkgver}"