summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2019-09-26 11:53:11 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2019-09-26 11:53:11 +0200
commite167a0c785b26d8230a9d86a09c6819c1056678c (patch)
treef5b03900392b6ad2a4a068004d5e8fcfea223642
parent756d2d08c5699d35dc8a7e54ade6959f102287f4 (diff)
downloadpackages-e167a0c785b26d8230a9d86a09c6819c1056678c.tar.zst
m[pop,smtp]: update repo url
-rw-r--r--mpop/PKGBUILD2
-rw-r--r--msmtp/PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/mpop/PKGBUILD b/mpop/PKGBUILD
index aebf34e..4758d5e 100644
--- a/mpop/PKGBUILD
+++ b/mpop/PKGBUILD
@@ -12,7 +12,7 @@ depends=('gnutls')
makedepends=('texlive-plainextra')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://gitlab.marlam.de/marlam/$_pkgname.git")
+source=("git+https://git.marlam.de/git/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {
diff --git a/msmtp/PKGBUILD b/msmtp/PKGBUILD
index bfadb9c..7d2f2ee 100644
--- a/msmtp/PKGBUILD
+++ b/msmtp/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=msmtp
pkgname=$_pkgname-jxir
pkgver=1.8.5.r6.gcc22c93
pkgrel=1
-pkgdesc='A small, fast POP3 client'
+pkgdesc='A small, fast SMTP client'
arch=('x86_64')
url="https://marlam.de/$_pkgname/"
license=('GPL3')
@@ -12,7 +12,7 @@ depends=('gnutls')
makedepends=('texlive-plainextra')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://gitlab.marlam.de/marlam/$_pkgname.git")
+source=("git+https://git.marlam.de/git/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {