summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Collins2021-05-08 14:37:09 +0200
committerMark Collins2021-05-08 14:37:22 +0200
commit16b294cc0e1595c46a367347cee029c5c789ea9f (patch)
tree2214b04d1b5b044cf73cef484fb53d2697da11f7
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
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cb6656920f4..d64e102d1719 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matrix-commander-git
- pkgdesc = Simple but convenient CLI-based Matrix client app for sending and receiving
+ pkgdesc = Simple CLI-based Matrix client for sending and receiving
pkgver = r64.3e89a5f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/8go/matrix-commander
arch = any
license = GPL
@@ -12,7 +12,7 @@ pkgbase = matrix-commander-git
depends = python-matrix-nio
depends = python-notify2
depends = python-pillow
- depends = python-magic-git
+ depends = python-magic-ahupp
provides = matrix-commander
conflicts = matrix-commander
source = matrix-commander::git+https://github.com/8go/matrix-commander.git
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")