summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2022-01-08 07:38:20 +0000
committersimonharrer2022-01-08 07:38:20 +0000
commitf919c298890b6465e98a52397400d696adc35752 (patch)
tree8d3e9feb7e4016bcdd89acbab0e884703f408ac8
parent1b232dfc3d7b1d3bfe45b4dc3493e6ae028b4bb0 (diff)
downloadaur-f919c298890b6465e98a52397400d696adc35752.tar.gz
Update AUR package for v2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 373071c9bcf3..8dd678ade32b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 2.1.0
+ pkgver = 2.2.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.1.0/mob_v2.1.0_linux_amd64.tar.gz
- sha256sums_x86_64 = 0d4a2951e9aced5eb369bdd39ad57cc54e9973db8dfc130d94c14a1d53cf9351
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v2.2.0/mob_v2.2.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = 8f9042e2210d8ac2c4d08443a11961b6246d99cedab86280ad85b79eb6632916
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index cbd4a5394a32..481d6e44d3e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=2.1.0
+pkgver=2.2.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.1.0/mob_v2.1.0_linux_amd64.tar.gz")
-sha256sums_x86_64=("0d4a2951e9aced5eb369bdd39ad57cc54e9973db8dfc130d94c14a1d53cf9351")
+source_x86_64=("$url/releases/download/v2.2.0/mob_v2.2.0_linux_amd64.tar.gz")
+sha256sums_x86_64=("8f9042e2210d8ac2c4d08443a11961b6246d99cedab86280ad85b79eb6632916")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"