summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2019-04-18 19:25:46 +0200
committerLuca Weiss2019-04-18 19:25:46 +0200
commit0f4de8db3918eb4823d1b92d1767d98056d97b22 (patch)
treed72964ad54d181bcdc51bdd84056b794199137a9
parentbc09db333df7f4288b66e3c4a83920e2dc707678 (diff)
downloadaur-0f4de8db3918eb4823d1b92d1767d98056d97b22.tar.gz
update 'url' too
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1740784bbb18..bc230380c001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = libolm
pkgdesc = An implementation of the Double Ratchet cryptographic ratchet in C++
pkgver = 3.0.0
pkgrel = 1
- url = https://git.matrix.org/git/olm/about/
+ url = https://gitlab.matrix.org/matrix-org/olm
arch = x86_64
arch = i686
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 1b64902e74d1..a54eb4d52920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=3.0.0
pkgrel=1
pkgdesc='An implementation of the Double Ratchet cryptographic ratchet in C++'
arch=('x86_64' 'i686' 'armv7h')
-url="https://git.matrix.org/git/olm/about/"
+url="https://gitlab.matrix.org/matrix-org/olm"
license=('Apache')
depends=('gcc-libs')
source=("https://gitlab.matrix.org/matrix-org/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.bz2")