summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2022-02-27 12:00:54 +0000
committersimonharrer2022-02-27 12:00:54 +0000
commitd7318cf150d3e3756fdf87fc2264eb36ba15c472 (patch)
tree1bea5a832b17900cb1e4d801fa61998745c17c49
parent73b95d0893675c334e0f16b25341be09daa8c52a (diff)
downloadaur-d7318cf150d3e3756fdf87fc2264eb36ba15c472.tar.gz
Update AUR package for v2.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7083e0585365..78bb4fa32d10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 2.5.0
+ pkgver = 2.6.0
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/v2.5.0/mob_v2.5.0_linux_amd64.tar.gz
- sha256sums_x86_64 = a25de173b35f89d5e7e1d3aa06f4cb2ce77e75d4400d27d7063456dce7b20a62
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v2.6.0/mob_v2.6.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = 95f8464c37ae13291ddafbf63a3662c8ff2c8f0264fd466715236eafd7d18281
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index fee40cbc7e77..6baf603ee3a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=2.5.0
+pkgver=2.6.0
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/v2.5.0/mob_v2.5.0_linux_amd64.tar.gz")
-sha256sums_x86_64=("a25de173b35f89d5e7e1d3aa06f4cb2ce77e75d4400d27d7063456dce7b20a62")
+source_x86_64=("$url/releases/download/v2.6.0/mob_v2.6.0_linux_amd64.tar.gz")
+sha256sums_x86_64=("95f8464c37ae13291ddafbf63a3662c8ff2c8f0264fd466715236eafd7d18281")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"