Skip to content
Merged
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/snapshot/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Template file for 'snapshot'
pkgname=snapshot
version=48.0.1
version=50.0
revision=1
build_style=meson
build_helper=rust
hostmakedepends="cargo desktop-file-utils gettext glib-devel
gtk4-update-icon-cache pkg-config"
makedepends="libadwaita-devel libseccomp-devel rust-std"
makedepends="libadwaita-devel libseccomp-devel rust-std glycin-gtk4-devel"
depends="gst-plugins-rs1"
short_desc="Take pictures and videos"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/snapshot"
changelog="https://gitlab.gnome.org/GNOME/snapshot/-/raw/main/NEWS"
distfiles="${GNOME_SITE}/snapshot/${version%%.*}/snapshot-${version}.tar.xz"
checksum=393176859a20b7d235dfc303031ba20c686441106988dc911dd91b7b6d66e1fd
checksum=ec9daf9883eb90330911bb51e6b69eed8c9dbdd5438e864adc90ee55a5fe9eed

post_patch() {
if [ "$CROSS_BUILD" ]; then
Expand Down