diff options
Diffstat (limited to 'crypt-expiry-check')
-rwxr-xr-x | crypt-expiry-check/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypt-expiry-check/PKGBUILD b/crypt-expiry-check/PKGBUILD index 9ce5dca75..c0f135ed8 100755 --- a/crypt-expiry-check/PKGBUILD +++ b/crypt-expiry-check/PKGBUILD @@ -4,7 +4,7 @@ pkgver=4.0.9 pkgrel=1 pkgdesc="Surveilance of expiry of gpg-keys and X.509 certificates" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('openssl' 'gnupg') @@ -20,7 +20,7 @@ backup=( ) options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('2c9a79662a39dd4d3c7f1bed3ea46a22f2593f4e80cf795854c150af6be6915ae9d57f68e1032d41d641cf23d0f5aa22896dce4bd215f85e9f5bfec3c2123425') |