diff options
Diffstat (limited to 'manualPorts/mounted/Pkgfile')
-rw-r--r-- | manualPorts/mounted/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manualPorts/mounted/Pkgfile b/manualPorts/mounted/Pkgfile index c46ce9b..6a6b76f 100644 --- a/manualPorts/mounted/Pkgfile +++ b/manualPorts/mounted/Pkgfile @@ -1,16 +1,15 @@ # Description: Wrapper for use by conky to show mounted partitions -# URL: https://opensources.eckner.net/?ls=mounted +# URL: https://git.eckner.net/mounted # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: conky name=mounted version=0.1 release=1 -source=("https://opensources.eckner.net/dl.php?dl=${name}-${version}") +source=("https://git.eckner.net/${name}.git/snapshot/${name}-${version}.tar.xz") build() { - tar -xf *${name}-${version} cd ${name}-${version} make |