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
6 changes: 3 additions & 3 deletions srcpkgs/songrec/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Template file for 'songrec'
pkgname=songrec
version=0.7.3
version=0.7.4
revision=1
build_style=cargo
hostmakedepends="clang22 pkg-config glib-devel"
hostmakedepends="clang22 pkg-config glib-devel blueprint-compiler gettext"
makedepends="alsa-lib-devel dbus-devel libadwaita-devel libsoup3-devel
openssl-devel pipewire-devel pulseaudio-devel"
depends="ffmpeg6"
Expand All @@ -13,7 +13,7 @@ license="GPL-3.0-only"
homepage="https://github.com/marin-m/SongRec"
changelog="https://github.com/marin-m/SongRec/releases"
distfiles="https://github.com/marin-m/SongRec/archive/refs/tags/${version}.tar.gz"
checksum=f88bd166b1385ddd94e759fab72a997c87077043d0232c2395440941bc694a92
checksum=f62efd1ad8c8eb4722f814c3ef96a41f1f7ac261564b2609f79ecb469964852a

post_install() {
vcopy packaging/rootfs/usr/share usr
Expand Down