summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorey Bruce2025-01-16 13:25:42 +1000
committerCorey Bruce2025-01-16 13:25:42 +1000
commitc73f21d97969de98fa321e13445dc1b2e6e49c17 (patch)
tree48209f3279bc9b5d99f65f5cfab908d7858cdc94 /PKGBUILD
parent5e01b2bc30ed2d6b5a95abaf9566d89cf22abc6e (diff)
downloadaur-c73f21d97969de98fa321e13445dc1b2e6e49c17.tar.gz
Messages 1.0.7
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1528e8b6955..a42f343b1e7a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=messages
_pkgname=Messages
-pkgver=1.0.6
+pkgver=1.0.7
pkgrel=1
pkgdesc="Unnofficial Android messages desktop app"
arch=('x86_64' 'aarch64')
@@ -10,7 +10,7 @@ depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
makedepends=('unzip')
conflicts=("messages-bin")
source=("$url/application/-/archive/$pkgver/application-$pkgver.tar.bz2")
-sha256sums=('50947fb63ad3b1e1fa190e39c4d42dbf854c6c2143c6a2b55436bd1f9d337a5d')
+sha256sums=('13b2c2511150962e49a9cbab00ce13cf0a320a66059f93a1abb08cff00b21e88')
package() {
for dir in application-$pkgver ; do mv "${dir}" "$_pkgname" ;done