summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-03-14 17:17:15 +0800
committerzxp198210052024-03-14 17:17:15 +0800
commit00ff1ccbc0d0ca90e33d54ecdddc069f96b870d0 (patch)
tree4c440760b61934f3349902797fb66996f127c979
parentcdae815d79f66d44ca8926ee3170db17929770a3 (diff)
downloadaur-00ff1ccbc0d0ca90e33d54ecdddc069f96b870d0.tar.gz
fix errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96b410b666dc..983212094de6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = stampnyaa-bin
url = https://github.com/MarvNC/StampNyaa
arch = x86_64
license = MIT
- depends = electron25
+ depends = electron25-bin
depends = java-runtime
provides = stampnyaa=1.6.0
conflicts = stampnyaa
diff --git a/PKGBUILD b/PKGBUILD
index 7738aa1d5014..7aee787d8403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
- "electron${_electronversion}"
+ "electron${_electronversion}-bin"
'java-runtime'
)
source=(