Date: Sunday, January 23, 2022 @ 17:43:49 Author: svenstaro Revision: 1113769
archrelease: copy trunk to community-x86_64 Added: watchexec/repos/community-x86_64/PKGBUILD (from rev 1113768, watchexec/trunk/PKGBUILD) Deleted: watchexec/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-01-23 17:43:32 UTC (rev 1113768) +++ PKGBUILD 2022-01-23 17:43:49 UTC (rev 1113769) @@ -1,32 +0,0 @@ -# Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org> -# Contributor: Vlad M. <v...@archlinux.net> - -pkgname=watchexec -pkgver=1.18.0 -pkgrel=1 -pkgdesc="Executes commands in response to file modifications" -url='https://github.com/watchexec/watchexec' -depends=('gcc-libs') -makedepends=('cargo') -arch=('x86_64') -license=('Apache') -source=("https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${pkgver}.tar.gz") -options=('!lto') -sha256sums=('dc022fab03c47381b52028fe4cdd57984cde55b9af4561cb0133e881eac7e6d0') - -build() { - cd "watchexec-cli-v$pkgver" - cargo build --release --locked -} - -check() { - cd "watchexec-cli-v$pkgver" - cargo test --locked -} - -package() { - cd "watchexec-cli-v$pkgver" - install -Dm644 "completions/zsh" "$pkgdir/usr/share/zsh/site-functions/_watchexec" - install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: watchexec/repos/community-x86_64/PKGBUILD (from rev 1113768, watchexec/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-01-23 17:43:49 UTC (rev 1113769) @@ -0,0 +1,32 @@ +# Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org> +# Contributor: Vlad M. <v...@archlinux.net> + +pkgname=watchexec +pkgver=1.18.1 +pkgrel=1 +pkgdesc="Executes commands in response to file modifications" +url='https://github.com/watchexec/watchexec' +depends=('gcc-libs' 'zlib') +makedepends=('cargo') +arch=('x86_64') +license=('Apache') +source=("https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${pkgver}.tar.gz") +options=('!lto') +sha256sums=('f3bec95091eef81f3d5e3d185d1ba8743b8145f75848d3f71e4434fe3c2c41a2') + +build() { + cd "watchexec-cli-v$pkgver" + cargo build --release --locked +} + +check() { + cd "watchexec-cli-v$pkgver" + cargo test --locked +} + +package() { + cd "watchexec-cli-v$pkgver" + install -Dm644 "completions/zsh" "$pkgdir/usr/share/zsh/site-functions/_watchexec" + install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}