diff options
author | Asuka Minato | 2024-12-30 16:51:21 +0900 |
---|---|---|
committer | Asuka Minato | 2024-12-30 16:51:21 +0900 |
commit | f7cc50632bab905d4b7883d8ba5d936f2ecdf7b8 (patch) | |
tree | 73d2affae8a87329b22519c16a9cc8a748d836dc /PKGBUILD | |
parent | f22f17b4d4b1d39311fb4c12ec7cb5d06a5c6a72 (diff) | |
download | aur-ast-grep-bin.tar.gz |
rm files
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ # Contributor: Aron Young <aronyang505 at gmail dot com> pkgname=ast-grep-bin -pkgver=0.32.0 +pkgver=0.32.3 pkgrel=1 pkgdesc="A fast and easy tool for code searching, linting, rewriting at large scale" arch=('x86_64' aarch64) @@ -16,8 +16,8 @@ provides=(ast-grep) depends=(gcc-libs glibc) conflicts=(ast-grep) b2sums=('84489d87909510ed8ec39fb743c9e0983ba6a4bce03dd299cc41404d5f9050d1b08c3e28dbca3c81a1e958c5aa08aaeb8638b25a92e30ae14df8936e6c949d9c') -b2sums_x86_64=('6aec6a5a688880df70053550b93de6bec5e9651ec2cf682bab5429858d44cb65c13fb5b4223b07e29f9fef04dd198501ed5099a79e66b6f1593c8a530f0352cc') -b2sums_aarch64=('5c1c0e83af7ad99124dcad070f2859e83f3981feba21499e4d793db9588c8aae0fa88f407562520520ba59527fa12e1436bdd5790953ea142297c202e0c715ba') +b2sums_x86_64=('b6fa1900325c7caf8fa2e60c8078ccb6dd9cf259e39bc891d12e3adc8efeba7e3b51240801cff04b20239023dc499890b714146ead77a352edd1ad82145c1c94') +b2sums_aarch64=('f10fd515b9c93bb4c5602d1759cd5ab04fe3d87d5fcc39700b7dbd5dc1f8037a92706593c2549d88c602218bbb4405c1f0f14ca39b1add572c2ef7d8a5d6937b') package() { find $srcdir -name "sg" -type f -print -exec install -vDm755 {} "$pkgdir/usr/bin/ast-grep" \; |