diff options
Diffstat (limited to 'manualPorts/runjobsparallel/Pkgfile')
-rw-r--r-- | manualPorts/runjobsparallel/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manualPorts/runjobsparallel/Pkgfile b/manualPorts/runjobsparallel/Pkgfile index e2f1808..b81c161 100644 --- a/manualPorts/runjobsparallel/Pkgfile +++ b/manualPorts/runjobsparallel/Pkgfile @@ -1,16 +1,15 @@ # Description: skript for dcron to run daily/weekly/monthly-scripts parallelly instead of sequentially -# URL: https://opensources.eckner.net/?ls=runjobsparallel +# URL: https://git.eckner.net/runjobsparallel # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: dcron name=runjobsparallel version=0.2 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 |