summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2023-10-10 16:49:12 +0200
committerDan Johansen2023-10-10 16:49:12 +0200
commitade6f84788ca6dfcdaa8dd91bb2d742482c3c2f9 (patch)
tree68993b999b7166873f467924d76588928835c6ea /PKGBUILD
parent46430df47493d2aadbd3605ba9a8ecf17c39979a (diff)
downloadaur-ade6f84788ca6dfcdaa8dd91bb2d742482c3c2f9.tar.gz
update to 0.4.6
Signed-off-by: Dan Johansen <strit@strits.dk>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08055c610bd2..52f407f482a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mark Wagie <mark at manjaro dot org>
pkgname=watchmate
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
pkgdesc="PineTime smart watch companion app for Linux phone and desktop"
arch=('x86_64' 'aarch64')
@@ -12,7 +12,7 @@ depends=('bluez' 'libadwaita')
makedepends=('cargo')
options=('!lto')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('20fffabf236131ade01515a777c250c7511ef1d3af99f9f4c4bf1f489f273f36')
+sha256sums=('b76dcb7daa7f2cc8c917c5b59522706ea32d0aca94ec9c08c0ef506f62eda937')
prepare() {
cd "$pkgname-$pkgver"