summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandys82022-12-28 17:29:34 +0100
committerandys82022-12-28 17:29:34 +0100
commit328429274b93223eff5d7f5bbe8114ea91fffa93 (patch)
tree2191157121d7fbdd85c86074a2dbba2acc1cea98
parentf92656e88306435177c277bed2d739a65f227286 (diff)
downloadaur-328429274b93223eff5d7f5bbe8114ea91fffa93.tar.gz
v1.6.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07e2c7f7c087..caf318ff8b17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = git-brunch
pkgdesc = A git command-line tool to work with branches
- pkgver = 1.5.1
+ pkgver = 1.6.0
pkgrel = 0
url = https://github.com/andys8/git-brunch
arch = x86_64
license = custom:BSD3
makedepends = stack
depends = git
- source = git-brunch-1.5.1::git://github.com/andys8/git-brunch.git#tag=v1.5.1
+ source = git-brunch-1.6.0::git://github.com/andys8/git-brunch.git#tag=v1.6.0
md5sums = SKIP
pkgname = git-brunch
-
diff --git a/PKGBUILD b/PKGBUILD
index 79129aed1b8e..7f1e2c37bd48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: andys8 <andys8@users.noreply.github.com>
pkgname=git-brunch
-pkgver=1.5.1
+pkgver=1.6.0
pkgrel=0
pkgdesc="A git command-line tool to work with branches"
arch=('x86_64')