summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2022-02-17 19:30:08 +0000
committersimonharrer2022-02-17 19:30:08 +0000
commite0ca2d3ce256131309a5011e39d36fa357b379bc (patch)
treea268bb61d85206e976c543da15b9c38add47d531
parent904b602e6d3f552a4bef240fe0233fd6604cd511 (diff)
downloadaur-e0ca2d3ce256131309a5011e39d36fa357b379bc.tar.gz
Update AUR package for v2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d7fa833521b..e40d40983576 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 2.4.0
+ pkgver = 2.5.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.4.0/mob_v2.4.0_linux_amd64.tar.gz
- sha256sums_x86_64 = 3e72aaf2fc5e04ad3fc0b26132096a8ec468ed78aab67fb0e406736ea6e694eb
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v2.5.0/mob_v2.5.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = 7107860593178e66001133084852b5597d5114a597eb0167548935255f72d95d
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 85184ad9240a..e7a6f7112ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=2.4.0
+pkgver=2.5.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.4.0/mob_v2.4.0_linux_amd64.tar.gz")
-sha256sums_x86_64=("3e72aaf2fc5e04ad3fc0b26132096a8ec468ed78aab67fb0e406736ea6e694eb")
+source_x86_64=("$url/releases/download/v2.5.0/mob_v2.5.0_linux_amd64.tar.gz")
+sha256sums_x86_64=("7107860593178e66001133084852b5597d5114a597eb0167548935255f72d95d")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"