summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAren Moynihan2024-01-19 15:17:37 -0500
committerAren Moynihan2024-01-19 15:17:37 -0500
commit09e6cee9b3580533b7df1fc5f8a1efe6055de417 (patch)
tree355b945ebeaa01f99ecb15d78bfa624731169d7a
parentb100657e14949aaf48e6b52f22a25a3e10b662c1 (diff)
downloadaur-09e6cee9b3580533b7df1fc5f8a1efe6055de417.tar.gz
change upstream url to point at the forked source code
mmsd-tng has diverged significantly from mmsd, so we should probably link to it's repo instead of the original mmsd repo.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5320237264b1..76f34aa10d11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mmsd-tng-git
pkgdesc = Multimedia Messaging Service Daemon - The Next Generation
pkgver = 1.10.r0.gac0dbc3
pkgrel = 1
- url = https://git.kernel.org/pub/scm/network/ofono/mmsd.git
+ url = https://gitlab.com/kop316/mmsd
arch = x86_64
arch = armv7h
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 0a2346fcd13b..61c790e6cae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=mmsd-tng-git
pkgver=1.10.r0.gac0dbc3
pkgrel=1
pkgdesc="Multimedia Messaging Service Daemon - The Next Generation"
-url="https://git.kernel.org/pub/scm/network/ofono/mmsd.git"
+url="https://gitlab.com/kop316/mmsd"
arch=('x86_64' 'armv7h' 'aarch64')
license=("GPL2")
provides=("mmsd" "mmsd-tng")