mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-03 04:57:36 +08:00
fix: conflict
This commit is contained in:
commit
0852472746
3
.SRCINFO
3
.SRCINFO
@ -1,10 +1,11 @@
|
|||||||
pkgbase = cursor-free-vip-git
|
pkgbase = cursor-free-vip-git
|
||||||
pkgdesc = Reset Cursor AI MachineID & Auto Sign Up / In & Bypass Higher Token Limit
|
pkgdesc = Reset Cursor AI MachineID & Auto Sign Up / In & Bypass Higher Token Limit
|
||||||
pkgver = 1.9.03.2.g43a58db
|
pkgver = 1.9.04
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/yeongpin/cursor-free-vip
|
url = https://github.com/yeongpin/cursor-free-vip
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
|
license = Attribution-NonCommercial-NoDerivatives 4.0 International
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = python
|
makedepends = python
|
||||||
makedepends = pyinstaller
|
makedepends = pyinstaller
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,12 +2,12 @@
|
|||||||
# Contributor: Canmi (Canmi21)
|
# Contributor: Canmi (Canmi21)
|
||||||
|
|
||||||
pkgname=cursor-free-vip-git
|
pkgname=cursor-free-vip-git
|
||||||
pkgver=1.9.03.2.g43a58db
|
pkgver=1.9.04
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Reset Cursor AI MachineID & Auto Sign Up / In & Bypass Higher Token Limit"
|
pkgdesc="Reset Cursor AI MachineID & Auto Sign Up / In & Bypass Higher Token Limit"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/yeongpin/cursor-free-vip"
|
url="https://github.com/yeongpin/cursor-free-vip"
|
||||||
license=('MIT')
|
license=('MIT' 'Attribution-NonCommercial-NoDerivatives 4.0 International')
|
||||||
depends=('python' 'cursor-bin')
|
depends=('python' 'cursor-bin')
|
||||||
makedepends=('git' 'python' 'pyinstaller' 'uv')
|
makedepends=('git' 'python' 'pyinstaller' 'uv')
|
||||||
provides=('cursor-free-vip')
|
provides=('cursor-free-vip')
|
||||||
@ -29,4 +29,6 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 "$srcdir/cursor-free-vip/dist/cursor-free-vip" "$pkgdir/usr/bin/cursor-free-vip"
|
install -Dm755 "$srcdir/cursor-free-vip/dist/cursor-free-vip" "$pkgdir/usr/bin/cursor-free-vip"
|
||||||
|
install -Dm644 "$srcdir/cursor-free-vip/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/mit_license"
|
||||||
|
install -Dm644 "$srcdir/cursor-free-vip/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/attribution_non_commercial_no_derivatives_license"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user