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

xconsole: update to 1.0.8 #38011

Merged
merged 1 commit into from
Jul 11, 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
14 changes: 7 additions & 7 deletions srcpkgs/xconsole/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template build file for 'xconsole'.
# Template file for 'xconsole'
pkgname=xconsole
version=1.0.7
revision=2
version=1.0.8
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXaw-devel"
short_desc="Monitor system console messages with X"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Leah Neukirchen <leah@vuxu.org>"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=d1144882df207378381bc83927906559defbf7b83a01d52c50ad44234c5851e0
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
checksum=7b4a6af068e40e2e6a4521d6f35c9253ec152c287d025fff9cc4c99f2586bba4

post_install() {
vlicense COPYING
Expand Down