makedeb


matrix-commander-rs 0.1.24-2


Simple but convenient CLI-based Matrix client app

Click here to go back to the commit logs for matrix-commander-rs.

Commit:


Hash: 223993dc7e6e40e2c78556a9bb385d33aa633b29

Message: Fix incorrect architecture in built package

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8b74af2..43ebb3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,10 @@ generated-by = makedeb
 pkgname = matrix-commander-rs
 pkgbase = matrix-commander-rs
 pkgdesc = Simple but convenient CLI-based Matrix client app
-pkgrel = 1
+pkgrel = 2
 pkgver = 0.1.24
 url = https://github.com/8go/matrix-commander-rs
-arch = all
+arch = any
 license = GPL-3.0
 makedepends = cargo
 source = matrix-commander-rs-0.1.24::git+https://github.com/8go/matrix-commander-rs
diff --git a/PKGBUILD b/PKGBUILD
index 16739c1..77fce02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=matrix-commander-rs
 pkgver=0.1.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple but convenient CLI-based Matrix client app'
-arch=('all')
+arch=('any')
 makedepends=('cargo')
 license=('GPL-3.0')
 url='https://github.com/8go/matrix-commander-rs'