summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Collins2021-05-08 14:37:09 +0200
committerMark Collins2021-05-08 14:37:22 +0200
commit16b294cc0e1595c46a367347cee029c5c789ea9f (patch)
tree2214b04d1b5b044cf73cef484fb53d2697da11f7 /PKGBUILD
parentb524d72bd0fec1aa6aacb73203ea0f8c8e4b65d7 (diff)
downloadaur-16b294cc0e1595c46a367347cee029c5c789ea9f.tar.gz
pkgrel bump, replaced python-magic-git by python-magic-ahupp,
which is latest release of the same library, rather than HEAD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4299a0b539b..5c282c19d363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Collins <tera_1225 hat hotmail.com>
pkgname=matrix-commander-git
pkgver=r64.3e89a5f
-pkgrel=1
-pkgdesc="Simple but convenient CLI-based Matrix client app for sending and receiving"
+pkgrel=2
+pkgdesc="Simple CLI-based Matrix client for sending and receiving"
arch=('any')
url="https://github.com/8go/matrix-commander"
license=('GPL')
@@ -13,7 +13,7 @@ depends=( "python-aiohttp"
"python-matrix-nio"
"python-notify2"
"python-pillow"
- "python-magic-git")
+ "python-magic-ahupp")
provides=("matrix-commander")
conflicts=("matrix-commander")
source=("${pkgname%-git}::git+https://github.com/8go/matrix-commander.git")