summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2023-03-10 17:58:11 +0000
committersimonharrer2023-03-10 17:58:11 +0000
commitbc6de858cc2ddf8102be5ecacbb0b99df5e886a1 (patch)
tree1dfb1a60056f754d197c98b46c632efa090cae42
parent8a7b868b758c574773fb0e5b5ff91fe8803430ca (diff)
downloadaur-bc6de858cc2ddf8102be5ecacbb0b99df5e886a1.tar.gz
Update AUR package for v4.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a447e821d131..f10cdff62018 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 4.3.0
+ pkgver = 4.3.1
pkgrel = 1
url = https://github.com/remotemobprogramming/mob
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = mobsh-bin
provides = mobsh
conflicts = mobsh
conflicts = mob
- source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v4.3.0/mob_v4.3.0_linux_amd64.tar.gz
- sha256sums_x86_64 = d9dfb60d531ee7dc608cc43f719dfa87ac236e73b2eb4ddab238e3a5ea946a4d
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v4.3.1/mob_v4.3.1_linux_amd64.tar.gz
+ sha256sums_x86_64 = c8bd570a7f17fb2bf06900dbfa63c121308925d3c301150eb429fac3c8dad9c1
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index c95e1aa1d70b..b9434ab25cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=4.3.0
+pkgver=4.3.1
pkgrel=1
pkgdesc="Fast git handover with mob"
arch=('x86_64')
@@ -13,8 +13,8 @@ optdepends=('espeak-ng-espeak: Multi-lingual software speech synthesizer'
provides=('mobsh')
conflicts=('mobsh' 'mob')
-source_x86_64=("$url/releases/download/v4.3.0/mob_v4.3.0_linux_amd64.tar.gz")
-sha256sums_x86_64=("d9dfb60d531ee7dc608cc43f719dfa87ac236e73b2eb4ddab238e3a5ea946a4d")
+source_x86_64=("$url/releases/download/v4.3.1/mob_v4.3.1_linux_amd64.tar.gz")
+sha256sums_x86_64=("c8bd570a7f17fb2bf06900dbfa63c121308925d3c301150eb429fac3c8dad9c1")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"