From e167a0c785b26d8230a9d86a09c6819c1056678c Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Thu, 26 Sep 2019 11:53:11 +0200 Subject: m[pop,smtp]: update repo url --- mpop/PKGBUILD | 2 +- msmtp/PKGBUILD | 4 ++-- 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() { -- cgit v1.2.3-54-g00ecf