Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions packages/d/dankcalendar/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : dankcalendar
version : 0.2.7
release : 5
version : 0.3.0
release : 6
source :
- https://github.com/AvengeMedia/dankcalendar/releases/download/v0.2.7/dankcalendar-0.2.7.tar.gz : b52a2d5f5c876d4c737c2e785890ac935ebb81657375c2a50d766de55bdb7a1e
- https://github.com/AvengeMedia/dankcalendar/releases/download/v0.3.0/dankcalendar-0.3.0.tar.gz : b9d52ae1b908bfe0ae6a94d30d850a4fbfe22e09b74f641ecc06978f90a49d3e
homepage : https://danklinux.com
license : MIT
component : desktop
Expand Down Expand Up @@ -38,6 +38,6 @@ install : |
sed -i "s|${installdir}||g" ${installdir}/usr/lib/systemd/user/dcal.service

# Install completions
install -Dm 00644 -t ${installdir}/usr/share/bash-completion/completions completions/dcal
install -Dm 00644 -t ${installdir}/usr/share/fish/vendor_completions.d completions/dcal.fish
install -Dm 00644 -t ${installdir}/usr/share/zsh/site-functions completions/_dcal
%install_file -t ${installdir}/usr/share/bash-completion/completions completions/dcal
%install_file -t ${installdir}/usr/share/fish/vendor_completions.d completions/dcal.fish
%install_file -t ${installdir}/usr/share/zsh/site-functions completions/_dcal
6 changes: 3 additions & 3 deletions packages/d/dankcalendar/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
</Files>
</Package>
<History>
<Update release="5">
<Date>2026-07-24</Date>
<Version>0.2.7</Version>
<Update release="6">
<Date>2026-07-31</Date>
<Version>0.3.0</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
Expand Down