summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandys82021-05-15 22:01:53 +0200
committerandys82021-05-15 22:01:53 +0200
commitf92656e88306435177c277bed2d739a65f227286 (patch)
treecc0119aa5ca16405e9f0a89424a1bfeffd0783f2
parent5550bdf4d80fcc99012496a9a09f5aca6d0f8b87 (diff)
downloadaur-f92656e88306435177c277bed2d739a65f227286.tar.gz
v1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56a9702319ac..07e2c7f7c087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-brunch
- pkgdesc = A git checkout and rebase command-line tool
- pkgver = 1.5.0
+ pkgdesc = A git command-line tool to work with branches
+ pkgver = 1.5.1
pkgrel = 0
url = https://github.com/andys8/git-brunch
arch = x86_64
license = custom:BSD3
makedepends = stack
depends = git
- source = git-brunch-1.5.0::git://github.com/andys8/git-brunch.git#tag=v1.5.0
+ source = git-brunch-1.5.1::git://github.com/andys8/git-brunch.git#tag=v1.5.1
md5sums = SKIP
pkgname = git-brunch
diff --git a/PKGBUILD b/PKGBUILD
index 193534517818..79129aed1b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: andys8 <andys8@users.noreply.github.com>
pkgname=git-brunch
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=0
-pkgdesc="A git checkout and rebase command-line tool"
+pkgdesc="A git command-line tool to work with branches"
arch=('x86_64')
url="https://github.com/andys8/git-brunch"
license=('custom:BSD3')