summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2019-04-18 19:22:23 +0200
committerLuca Weiss2019-04-18 19:22:23 +0200
commitbc09db333df7f4288b66e3c4a83920e2dc707678 (patch)
treee4b4f7a5d813eaf5c47976e5772eff8bf91b865d
parent43045895b6bc685256a393b9b5b3e04224c12647 (diff)
downloadaur-bc09db333df7f4288b66e3c4a83920e2dc707678.tar.gz
update source url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13be2539ed0d..1740784bbb18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = libolm
arch = armv7h
license = Apache
depends = gcc-libs
- source = https://git.matrix.org/git/olm/snapshot/olm-3.0.0.tar.bz2
+ source = https://gitlab.matrix.org/matrix-org/olm/-/archive/3.0.0/olm-3.0.0.tar.bz2
sha512sums = 4d83d7222f9fbc238a97156e4d22a6215e922c3e2567751b84243fb5081a9dd20d176fc7f187ccf92139a8fd7f36e851785def7fd448374c971964e4ba674dd6
pkgname = libolm
diff --git a/PKGBUILD b/PKGBUILD
index 39dcc2657af0..1b64902e74d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64' 'i686' 'armv7h')
url="https://git.matrix.org/git/olm/about/"
license=('Apache')
depends=('gcc-libs')
-source=("https://git.matrix.org/git/$_pkgname/snapshot/$_pkgname-$pkgver.tar.bz2")
+source=("https://gitlab.matrix.org/matrix-org/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.bz2")
sha512sums=('4d83d7222f9fbc238a97156e4d22a6215e922c3e2567751b84243fb5081a9dd20d176fc7f187ccf92139a8fd7f36e851785def7fd448374c971964e4ba674dd6')
build() {