Date: Friday, March 4, 2016 @ 12:40:15 Author: spupykin Revision: 164746
upgpkg: cpulimit 20160304-1 upd Modified: cpulimit/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-04 11:35:07 UTC (rev 164745) +++ PKGBUILD 2016-03-04 11:40:15 UTC (rev 164746) @@ -3,7 +3,8 @@ # Contributor: Sergej Pupykin <[email protected]> pkgname=cpulimit -pkgver=20150623 +pkgver=20160304 +_commit=f4d2682804931e7aea02a869137344bb5452a3cd pkgrel=1 pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT" arch=('i686' 'x86_64') @@ -11,7 +12,7 @@ license=("GPL") depends=() makedepends=('git') -source=("$pkgname-$pkgver::git://github.com/opsengine/cpulimit.git") +source=("$pkgname-$pkgver::git://github.com/opsengine/cpulimit.git#commit=${_commit}") md5sums=('SKIP') prepare() {
