#!/bin/bash pkgname=pvr.iptvsimple pkgver=r154.d782816 # svn url git_dir=$pkgname git_url=https://github.com/kodi-pvr/pvr.iptvsimple # let's rock! git_cmd=" clone" git $git_cmd $git_url $git_dir 2>svn_err.log # create the source archive tar czf $pkgname-$pkgver.tar.gz $git_dir rm -rf $git_dir # change the SLKBUILD sed -i 's#^pkgver=.*#pkgver='$pkgver'#' SLKBUILD