Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipe-viewer: update to 0.2.0. #36502

Merged
merged 1 commit into from
Apr 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/pipe-viewer/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'pipe-viewer'
pkgname=pipe-viewer
version=0.1.8
version=0.2.0
revision=1
build_style=perl-ModuleBuild
configure_args="--gtk"
Expand All @@ -14,7 +14,7 @@ license="Artistic-2.0"
homepage="https://github.com/trizen/pipe-viewer"
changelog="https://github.com/trizen/pipe-viewer/releases"
distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
checksum=b8f722cdddf0686bb75676b5baa850c1101b54f9c32f562eaac04a6e1863fb8d
checksum=3913ecfaa3006f645603fb76df9962829138ca62d4b0acaf8b8d4d2e58902f64

pipe-viewer-gtk_package() {
depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"
Expand Down