summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {