File pkgbuild-changes.diff of Package kio-onedrive
--- kio-onedrive/package/PKGBUILD 2025-07-16 16:01:53.960773465 +0100
+++ PKGBUILD 2025-07-16 15:10:56.052777430 +0100
@@ -27,7 +27,7 @@
groups=(kde-applications
kde-network)
-source=(https://invent.kde.org/bernardogn/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+source=(kio-onedrive_$pkgver.orig.tar.gz)
md5sums=('SKIP')
build() {
@@ -35,7 +35,7 @@
export CXX=clang++
export CFLAGS="${CFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
export CXXFLAGS="${CXXFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
- cmake -B build -S $pkgname-v$pkgver -G Ninja
+ cmake -B build -S $pkgname -G Ninja
cmake --build build -v
}