summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandys82020-08-12 23:23:26 +0200
committerandys82020-08-12 23:23:26 +0200
commit47c1ac662e0ecb5c24fc2149af5eac61940e5052 (patch)
tree756b6af5ed88281659090040a104f3fc91bf2176
parent1e07d107223aca429dfabd8435deb45224b7e952 (diff)
downloadaur-47c1ac662e0ecb5c24fc2149af5eac61940e5052.tar.gz
v1.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--INSTRUCTIONS.md1
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ab37b03439b..b6c2d8df46d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-brunch
pkgdesc = A git checkout and rebase command-line tool
- pkgver = 1.3.1
+ pkgver = 1.4.0
pkgrel = 0
url = https://github.com/andys8/git-brunch
arch = x86_64
license = custom:BSD3
makedepends = stack
depends = git
- source = git-brunch-1.3.1::git://github.com/andys8/git-brunch.git#tag=v1.3.1
+ source = git-brunch-1.4.0::git://github.com/andys8/git-brunch.git#tag=v1.4.0
md5sums = SKIP
pkgname = git-brunch
diff --git a/INSTRUCTIONS.md b/INSTRUCTIONS.md
index 6a3088acb8b4..d214e5c75257 100644
--- a/INSTRUCTIONS.md
+++ b/INSTRUCTIONS.md
@@ -2,3 +2,4 @@
- Update `pkgver` in `PKGBUILD`
- `makepkg --printsrcinfo > .SRCINFO` (or by hand)
+- `git commit` and `git push`
diff --git a/PKGBUILD b/PKGBUILD
index c3502d613d01..3623975821ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: andys8 <andys8@users.noreply.github.com>
pkgname=git-brunch
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=0
pkgdesc="A git checkout and rebase command-line tool"
arch=('x86_64')