diff options
Diffstat (limited to 'mounted/PKGBUILD')
-rwxr-xr-x | mounted/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mounted/PKGBUILD b/mounted/PKGBUILD index 2bf1f58d1..456f2d08d 100755 --- a/mounted/PKGBUILD +++ b/mounted/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.1 pkgrel=1 pkgdesc='Wrapper for use by conky to show partitions.' arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('conky') @@ -17,7 +17,7 @@ replaces=() backup=('etc/mounted.conf') 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=('9074fbdaac56c35a107c4c97b0608a5b566012f107b34dcf71b2b9541ffec956596ab9c8344e32ca074fe040d5e7382b9bc318600b4dc75fc70f8e4b83318c91') |