Date: Sunday, April 7, 2019 @ 11:14:07 Author: svenstaro Revision: 450275
upgpkg: watchexec 1.10.1-1 Modified: watchexec/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-07 11:12:47 UTC (rev 450274) +++ PKGBUILD 2019-04-07 11:14:07 UTC (rev 450275) @@ -2,7 +2,7 @@ # Contributor: Vlad M. <[email protected]> pkgname=watchexec -pkgver=1.10.0 +pkgver=1.10.1 pkgrel=1 pkgdesc="Executes commands in response to file modifications" url='https://github.com/watchexec/watchexec' @@ -10,11 +10,11 @@ arch=('x86_64') license=('Apache') source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('7ef8efe1565c9177222cb1e13ac227d26aa3ba5395399c4201177c9db329241f') +sha256sums=('48de75d1a85e3675078e144ea34f4edcd3707751e67370f3f6386e79ca9ba4fa') build() { cd "$pkgname-$pkgver" - cargo build --release + cargo build --release --locked } package() {
