diff options
Diffstat (limited to 'cryptfs-daemon')
-rwxr-xr-x | cryptfs-daemon/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptfs-daemon/PKGBUILD b/cryptfs-daemon/PKGBUILD index 1eb7f286a..a7596a31c 100755 --- a/cryptfs-daemon/PKGBUILD +++ b/cryptfs-daemon/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.4.4 pkgrel=1 pkgdesc='shell script and systemd unit for (automatically) (un)mounting encrypted partitions' arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('cryptsetup') @@ -17,7 +17,7 @@ replaces=() 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=('d9fca4bc0d3ec57c7e6156f7e8b56f612441fd77cef14fc5f42177eda2e672d22023881aa0877e0a6b18d850c81e6b8b763a02c987b9d39b2e9b5f5913da0f47') |