diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-03-17 21:29:22 -0700 | 
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-03-17 21:29:22 -0700 | 
| commit | cc2ed8af7df16dd3b5662229c5f73eb16aca6129 (patch) | |
| tree | b775551268986fc996ee28b49d37a4fd5b194d3e | |
| parent | cfe08d237f2105c2a0fe78a0e4094370236c3be7 (diff) | |
update
| -rw-r--r-- | pkgbuilds/qrcp-bin/PKGBUILD | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pkgbuilds/qrcp-bin/PKGBUILD b/pkgbuilds/qrcp-bin/PKGBUILD index 5b539ca..bd09ba9 100644 --- a/pkgbuilds/qrcp-bin/PKGBUILD +++ b/pkgbuilds/qrcp-bin/PKGBUILD @@ -2,11 +2,11 @@  pkgname=qrcp-bin  pkgver=v0.11.4 -pkgrel=1 +pkgrel=2  provides=("${pkgname/-bin/}")  conflicts=('qrcp' 'qrcp-git')  pkgdesc="Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal." -arch=('x86_64' 'i386' 'armv7h' 'aarch64') +arch=('x86_64' 'aarch64')  url="https://github.com/claudiodangelis/qrcp"  license=('MIT') | 
