Date: Wednesday, April 13, 2022 @ 14:54:42 Author: svenstaro Revision: 1186057
archrelease: copy trunk to community-x86_64 Added: watchexec/repos/community-x86_64/PKGBUILD (from rev 1186056, watchexec/trunk/PKGBUILD) Deleted: watchexec/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 68 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-04-13 14:54:12 UTC (rev 1186056) +++ PKGBUILD 2022-04-13 14:54:42 UTC (rev 1186057) @@ -1,34 +0,0 @@ -# Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org> -# Contributor: Vlad M. <v...@archlinux.net> - -pkgname=watchexec -pkgver=1.18.11 -pkgrel=2 -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=('bdd5af45ab7e5981eed25ac09767388aa1fbf711a9d286bcb99884464980af5b') - -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 "doc/watchexec.1" "$pkgdir/usr/share/man/man1/watchexec.1" - gzip -9 "$pkgdir/usr/share/man/man1/watchexec.1" - 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 1186056, watchexec/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-04-13 14:54:42 UTC (rev 1186057) @@ -0,0 +1,34 @@ +# Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org> +# Contributor: Vlad M. <v...@archlinux.net> + +pkgname=watchexec +pkgver=1.18.12 +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=('da6d7b1af0620b938664e2865e2e3a6797aa96633f6c505be738f5281643777b') + +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 "doc/watchexec.1" "$pkgdir/usr/share/man/man1/watchexec.1" + gzip -9 "$pkgdir/usr/share/man/man1/watchexec.1" + 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" +}