summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTabulateJarl82023-03-27 12:16:27 -0400
committerTabulateJarl82023-03-27 12:16:27 -0400
commit49b8fd9e7a7a3662b9ccdfd2e39f80dba0193cce (patch)
tree07edebd023dca3d96954b4178fd01b1a84069bcc
parent8ffb4ef3d12e3791d3e853c06ae09e7a37d7b7e1 (diff)
downloadaur-49b8fd9e7a7a3662b9ccdfd2e39f80dba0193cce.tar.gz
5.5 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b05d4dcfa320..ca0cbc6b37c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ugit
- pkgdesc = ugit helps you undo your last git command with grace. Your damage control git buddy
- pkgver = 5.4
+ pkgdesc = ugit helps you undo your last git command with grace. Your damage control git buddy. Undo from 20+ git scenarios.
+ pkgver = 5.5
pkgrel = 1
url = https://github.com/Bhupesh-V/ugit
arch = any
@@ -10,7 +10,7 @@ pkgbase = ugit
depends = grep
depends = ncurses
depends = fzf
- source = ugit-5.4.tar.gz::https://github.com/Bhupesh-V/ugit/archive/refs/tags/v5.4.tar.gz
- sha512sums = 2889d9ed56b16c3e5e7566b669e267d0b58fdbd1f11a0f3ac2f4f9eb5bd3b6756583d8a4ff1c60a5f1c5dbc616583e4baaf0fb311c44b1719db46d5edcaf70dc
+ source = ugit-5.5.tar.gz::https://github.com/Bhupesh-V/ugit/archive/refs/tags/v5.5.tar.gz
+ sha512sums = 3f2042a6f773b089a83dbdb9f298a43ed028421d0465575e16270b94e44a7c32450602fa0c52854bf9c9b1bce9f61c95fdf71669914d11012b9cdcc93d6d929c
pkgname = ugit
diff --git a/PKGBUILD b/PKGBUILD
index 99c734c00c90..3965b93f1239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: TabulateJarl8 <tabulatejarl8 at gmail dot com>
pkgname=ugit
-pkgver=5.4
+pkgver=5.5
pkgrel=1
-pkgdesc="ugit helps you undo your last git command with grace. Your damage control git buddy"
+pkgdesc="ugit helps you undo your last git command with grace. Your damage control git buddy. Undo from 20+ git scenarios."
arch=('any')
url="https://github.com/Bhupesh-V/ugit"
license=('MIT')
depends=('bash' 'awk' 'grep' 'ncurses' 'fzf')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('2889d9ed56b16c3e5e7566b669e267d0b58fdbd1f11a0f3ac2f4f9eb5bd3b6756583d8a4ff1c60a5f1c5dbc616583e4baaf0fb311c44b1719db46d5edcaf70dc')
+sha512sums=('3f2042a6f773b089a83dbdb9f298a43ed028421d0465575e16270b94e44a7c32450602fa0c52854bf9c9b1bce9f61c95fdf71669914d11012b9cdcc93d6d929c')
package(){