summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2022-10-21 10:18:24 +0200
committerMidov2022-10-21 10:18:24 +0200
commit8ffca0cf8af031b78ffc08a9639c83c68c96b917 (patch)
treec9843f0936d51ad2b310a1ac2596ff761dfaa974
parent324357808b76e92093ca597a6b97b510a7540ea4 (diff)
downloadaur-8ffca0cf8af031b78ffc08a9639c83c68c96b917.tar.gz
update source
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b224f60a103a..727f8fddf8bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = matrixcli-git
- pkgdesc = simple matrix client based on the matrix-python-sdk
- pkgver = 2020.02.26
- pkgrel = 1
- url = https://github.com/saadnpq/matrixcli.git
- arch = any
- license = GPL3
+ pkgdesc = simple matrix client based on the matrix-python-sdk
+ pkgver = 2020.02.26
+ pkgrel = 2
+ url = https://github.com/saadsolimanxyz/matrixcli
+ arch = any
+ license = GPL3
depends = python
provides = matrixcli
provides = matrix-python-sdk
conflicts = matrixcli
conflicts = matrix-python-sdk
- source = https://github.com/saadnpq/matrixcli.git
+ source = git+https://github.com/saadsolimanxyz/matrixcli.git
+ sha256sums = SKIP
pkgname = matrixcli-git
diff --git a/PKGBUILD b/PKGBUILD
index 4f707e74a540..c93c0c1f03c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_name=matrixcli
pkgname=matrixcli-git
pkgver=2020.02.26
-pkgrel=1
+pkgrel=2
pkgdesc='simple matrix client based on the matrix-python-sdk'
arch=('any')
-url='https://github.com/saadnpq/matrixcli'
+url='https://github.com/saadsolimanxyz/matrixcli'
license=('GPL3')
depends=('python')
provides=('matrixcli' 'matrix-python-sdk')
conflicts=('matrixcli' 'matrix-python-sdk')
-source=("git://github.com/saadnpq/matrixcli.git")
+source=("git+https://github.com/saadsolimanxyz/matrixcli.git")
sha256sums=('SKIP')
pkgver() {