summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2023-05-08 17:48:35 -0600
committerJeff Henson2023-05-08 17:48:35 -0600
commit79a42f5367264b0ad024c8f4a3dd59d082a21f47 (patch)
treedec63256a8e95b89598eac267caa4dd18af9ff39
parent49e09b301934f21713c6bb1795566c88d6835c3c (diff)
downloadaur-79a42f5367264b0ad024c8f4a3dd59d082a21f47.tar.gz
Update to v4.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 793ec4e67aeb..3b4024675817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh
pkgdesc = Tool for smooth git handover
- pkgver = 4.4.1
+ pkgver = 4.4.2
pkgrel = 1
url = https://github.com/remotemobprogramming/mob
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = mobsh
optdepends = espeak-ng-espeak: Multi-lingual software speech synthesizer
optdepends = mbrola-voices-us1: An American English female voice for the MBROLA synthesizer
conflicts = mob
- source = mobsh-4.4.1.tar.gz::https://github.com/remotemobprogramming/mob/archive/v4.4.1.tar.gz
- sha256sums = 8e9e3106fd9a30f2525ebb57056b153d631ffd0c9f5ee96874ec8c1de667d6ab
+ source = mobsh-4.4.2.tar.gz::https://github.com/remotemobprogramming/mob/archive/v4.4.2.tar.gz
+ sha256sums = efed991adc304e7b439e997a1a63165337fe4c05c9ed412ea3e10efcc6af666d
pkgname = mobsh
diff --git a/PKGBUILD b/PKGBUILD
index 533d42a17da9..a6142bfadf68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeff Henson <jeff@henson.io>
pkgname=mobsh
-pkgver=4.4.1
+pkgver=4.4.2
pkgrel=1
pkgdesc="Tool for smooth git handover"
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ optdepends=('espeak-ng-espeak: Multi-lingual software speech synthesizer'
makedepends=('go')
conflicts=('mob')
source=("$pkgname-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('8e9e3106fd9a30f2525ebb57056b153d631ffd0c9f5ee96874ec8c1de667d6ab')
+sha256sums=('efed991adc304e7b439e997a1a63165337fe4c05c9ed412ea3e10efcc6af666d')
build() {
cd "mob-${pkgver}"