summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorccicnce1134242024-04-14 15:52:50 +0800
committerccicnce1134242024-04-14 15:52:50 +0800
commit6f187ec988f77b77073ffda5a96d0fc8fcbaf074 (patch)
tree851d41ded809524b7e7467a4b7308d905dc9b0fc
parent417a901a7b3a3ac7f5a101ad83f4db5f9f82a7a7 (diff)
downloadaur-llin-git.tar.gz
remove conflict to work with extracted bin
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e9fb5701674..68bfa73a5562 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = llin-git
pkgdesc = An in-game music player and download accelerator for osu! lazer.
pkgver = 2024.413.0.r0.eac1c70
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MATRIX-feather/LLin
arch = x86_64
license = unknown
@@ -9,7 +9,6 @@ pkgbase = llin-git
makedepends = dotnet-sdk
depends = osu-lazer
depends = dotnet-runtime
- conflicts = osu-lazer-bin
source = git+https://github.com/MATRIX-feather/LLin.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e647643665cb..1ad4eb7729cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=llin-git
_pkgname=LLin
pkgver=2024.413.0.r0.eac1c70
-pkgrel=1
+pkgrel=2
pkgdesc="An in-game music player and download accelerator for osu! lazer."
arch=('x86_64')
url="https://github.com/MATRIX-feather/LLin"
license=('unknown')
depends=('osu-lazer' 'dotnet-runtime')
makedepends=('git' 'dotnet-sdk')
-conflicts=('osu-lazer-bin')
+# conflicts=('osu-lazer-bin')
source=("git+https://github.com/MATRIX-feather/LLin.git")
sha256sums=('SKIP')