summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2023-06-02 12:09:19 +0000
committersimonharrer2023-06-02 12:09:19 +0000
commit24b34e68c1b754c71bb8bebd5deef0029bf4eb27 (patch)
tree3e99ecdd16161e41d30e22eecd76cd3baa2949c5
parent0c5cf3e588c73951ba0d7ea30db2f81ca9ca588e (diff)
downloadaur-24b34e68c1b754c71bb8bebd5deef0029bf4eb27.tar.gz
Update AUR package for v4.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebe430dfb656..078105e8ab4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 4.4.2
+ pkgver = 4.4.3
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.2/mob_v4.4.2_linux_amd64.tar.gz
- sha256sums_x86_64 = 87bfd0b54f2f2039becf3184bd74c5b305a1612fd45fe82c9395384e2e2ce629
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v4.4.3/mob_v4.4.3_linux_amd64.tar.gz
+ sha256sums_x86_64 =
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2ac39d971325..779fffbff025 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.2
+pkgver=4.4.3
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.2/mob_v4.4.2_linux_amd64.tar.gz")
-sha256sums_x86_64=("87bfd0b54f2f2039becf3184bd74c5b305a1612fd45fe82c9395384e2e2ce629")
+source_x86_64=("$url/releases/download/v4.4.3/mob_v4.4.3_linux_amd64.tar.gz")
+sha256sums_x86_64=("")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"