mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 05:23:08 +01:00
update to v1.1.1-20260220-0620
This commit is contained in:
parent
1aa42944ff
commit
2353201aff
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = micyou-bin
|
||||
pkgdesc = Turn your Android device into a high-quality wireless microphone for your PC
|
||||
pkgver = 1.1.0
|
||||
pkgrel = 2
|
||||
pkgver = 1.1.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/LanRhyme/MicYou
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
@ -21,9 +21,9 @@ pkgbase = micyou-bin
|
|||
optdepends = xdg-utils: Open URLs in default browser
|
||||
provides = micyou
|
||||
conflicts = micyou
|
||||
noextract = MicYou-Linux-1.1.0.deb
|
||||
noextract = MicYou-Linux-1.1.1.deb
|
||||
options = !strip
|
||||
source = https://github.com/LanRhyme/MicYou/releases/download/v1.1.0-20260216-1523/MicYou-Linux-1.1.0.deb
|
||||
sha256sums = 52170c76c8a4c325acebac794749f456332bebab5fa5e9525468132d3b028815
|
||||
source = https://github.com/LanRhyme/MicYou/releases/download/v1.1.1-20260220-0620/MicYou-Linux-1.1.1.deb
|
||||
sha256sums = c0c2456c43282d4f2d8d66c4c08b5274162345e194608b2baa39ae4b07e1c229
|
||||
|
||||
pkgname = micyou-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: raindropqwq <raindropqwq@outlook.com>
|
||||
|
||||
pkgname=micyou-bin
|
||||
_pkgver=1.1.0-20260216-1523
|
||||
pkgver=1.1.0
|
||||
pkgrel=2
|
||||
_pkgver=1.1.1-20260220-0620
|
||||
pkgver=1.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Turn your Android device into a high-quality wireless microphone for your PC"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/LanRhyme/MicYou"
|
||||
|
|
@ -17,7 +17,7 @@ provides=('micyou')
|
|||
conflicts=('micyou')
|
||||
options=('!strip')
|
||||
source=("https://github.com/LanRhyme/MicYou/releases/download/v${_pkgver}/MicYou-Linux-${pkgver}.deb")
|
||||
sha256sums=('52170c76c8a4c325acebac794749f456332bebab5fa5e9525468132d3b028815')
|
||||
sha256sums=('c0c2456c43282d4f2d8d66c4c08b5274162345e194608b2baa39ae4b07e1c229')
|
||||
noextract=("MicYou-Linux-${pkgver}.deb")
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue