Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions srcpkgs/onedrive/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'onedrive'
pkgname=onedrive
version=2.4.25
revision=2
version=2.5.11
revision=1
build_style=gnu-configure
configure_args="DC=ldc2 --enable-notifications --enable-completions
--with-bash-completion-dir=/usr/share/bash-completion/completions
Expand All @@ -13,9 +13,9 @@ short_desc="OneDrive Client for Linux"
maintainer="selfisekai <laura@selfisekai.rocks>"
license="GPL-3.0-or-later"
homepage="https://github.com/abraunegg/onedrive"
changelog="https://raw.githubusercontent.com/abraunegg/onedrive/master/CHANGELOG.md"
distfiles="https://github.com/abraunegg/onedrive/archive/v${version}.tar.gz"
checksum=e7d782ea7d1973b6b578899a84c4f90ba69302263b4be30d80a363ba8ba27eb3
changelog="https://github.com/abraunegg/onedrive/blob/master/changelog.md"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the raw link

Suggested change
changelog="https://github.com/abraunegg/onedrive/blob/master/changelog.md"
changelog="https://raw.githubusercontent.com/abraunegg/onedrive/refs/heads/master/changelog.md"

distfiles="https://github.com/abraunegg/onedrive/archive/refs/tags/v${version}.tar.gz"
checksum=7a9cfbf1cc20c8e157dd028e819ec14b9893c158494b9744708ace975076f995
nocross="uses host flags for cross compilations"

post_install() {
Expand Down