summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2023-09-08 21:06:47 +0000
committersimonharrer2023-09-08 21:06:47 +0000
commit362d86bb0a8e3313f3e6e6763e399a35a00415fa (patch)
tree85c9dc7b3f71eb211e6a6a7bdd47b7d76a10dc2c
parent322233f08644d5bb3a0ec9001fd65d8505c5e296 (diff)
downloadaur-362d86bb0a8e3313f3e6e6763e399a35a00415fa.tar.gz
Update AUR package for v4.4.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7869e39481b..7cb11e5a3220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 4.4.5
+ pkgver = 4.4.6
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.4.5/mob_v4.4.5_linux_amd64.tar.gz
- sha256sums_x86_64 = 3855a650b57eb80ef1a38cac3cdbd1b28e7786a2c0596e87efb06c4e5eb0b17a
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v4.4.6/mob_v4.4.6_linux_amd64.tar.gz
+ sha256sums_x86_64 = 100631377ab68f39006e05c87020d9d6a0487b9557e0b2e1b2916613805b610f
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8eb827e3fcef..4b5382e21717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=4.4.5
+pkgver=4.4.6
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.4.5/mob_v4.4.5_linux_amd64.tar.gz")
-sha256sums_x86_64=(""3855a650b57eb80ef1a38cac3cdbd1b28e7786a2c0596e87efb06c4e5eb0b17a"")
+source_x86_64=("$url/releases/download/v4.4.6/mob_v4.4.6_linux_amd64.tar.gz")
+sha256sums_x86_64=(""100631377ab68f39006e05c87020d9d6a0487b9557e0b2e1b2916613805b610f"")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"