summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSR_team2024-02-12 09:51:19 +0200
committerSR_team2024-02-12 09:51:19 +0200
commit4c212ca978e01ae7f2f1f786542326e52bc0644f (patch)
tree4e03062469e19821e53736ae390fc62789d27a66
parent6ac890df8351ba7034336c13d40dc70d21ab3eaa (diff)
downloadaur-4c212ca978e01ae7f2f1f786542326e52bc0644f.tar.gz
Fix description of `samba` dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 404295b6f73d..0cfe5e215979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = msvc-wine-git
depends = wine
depends = cmake
depends = bash
- optdepends = samba: Need for to generate debug symbols (Debug and RelWithDebInfo build types)
+ optdepends = samba: Need to generate debug symbols (Debug and RelWithDebInfo build types)
provides = msvc-x86-cmake
provides = msvc-x64-cmake
provides = msvc-arm-cmake
diff --git a/PKGBUILD b/PKGBUILD
index 5597929f92c1..563716a820bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=(EULA)
depends=(libunwind wine cmake bash) # libunwind need to work wine64
makedepends=(git sed python python-simplejson python-six msitools)
optdepends=(
- 'samba: Need for to generate debug symbols (Debug and RelWithDebInfo build types)'
+ 'samba: Need to generate debug symbols (Debug and RelWithDebInfo build types)'
)
provides=(msvc-x86-cmake msvc-x64-cmake msvc-arm-cmake msvc-arm64-cmake)
conflicts=(msvc-wine msvc-wine-git)