Date: Wednesday, January 26, 2022 @ 12:18:31 Author: svenstaro Revision: 1115673
archrelease: copy trunk to community-x86_64 Added: watchexec/repos/community-x86_64/PKGBUILD (from rev 1115672, watchexec/trunk/PKGBUILD) Deleted: watchexec/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-01-26 12:18:20 UTC (rev 1115672) +++ PKGBUILD 2022-01-26 12:18:31 UTC (rev 1115673) @@ -1,32 +0,0 @@ -# Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org> -# Contributor: Vlad M. <v...@archlinux.net> - -pkgname=watchexec -pkgver=1.18.2 -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=('e74d20c42537f4c4eaa80785613d2abfd383010afcf09064cb65d70a267d0d6e') - -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 1115672, watchexec/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-01-26 12:18:31 UTC (rev 1115673) @@ -0,0 +1,32 @@ +# Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org> +# Contributor: Vlad M. <v...@archlinux.net> + +pkgname=watchexec +pkgver=1.18.4 +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=('7d4f285fa3bfd48452532516cb11fca26aa57bfedf772b45262defef0fcf1aa6') + +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" +}