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
4 changes: 2 additions & 2 deletions srcpkgs/halloy/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'halloy'
pkgname=halloy
version=2026.3
version=2026.4
revision=1
build_style=cargo
hostmakedepends="pkg-config"
Expand All @@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
homepage="https://github.com/squidowl/halloy"
changelog="https://raw.githubusercontent.com/squidowl/halloy/main/CHANGELOG.md"
distfiles="https://github.com/squidowl/halloy/archive/refs/tags/${version}.tar.gz"
checksum=a6e9519f800e6dc7bcab0b4f3678c5a89c11a7ae2de2bafe1dce430e9351f946
checksum=fa9a95668717677de7f30c98b019b74451fdd2e5b0287a56574d7e953ef5c800

post_install() {
vinstall assets/linux/org.squidowl.halloy.appdata.xml 644 usr/share/metainfo
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/libXScrnSaver/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libXScrnSaver'
pkgname=libXScrnSaver
version=1.2.4
version=1.2.5
revision=1
build_style=gnu-configure
configure_args="--enable-malloc0returnsnull"
Expand All @@ -9,9 +9,9 @@ makedepends="xorgproto libX11-devel libXext-devel"
short_desc="X11 Screen Saver Library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="$XORG_SITE"
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
checksum=75cd2859f38e207a090cac980d76bc71e9da99d48d09703584e00585abc920fe
homepage="https://cgit.freedesktop.org/xorg/lib/libXScrnSaver/"
distfiles="${XORG_SITE}/lib/libXScrnSaver-${version}.tar.xz"
checksum=5057365f847253e0e275871441e10ff7846c8322a5d88e1e187d326de1cd8d00

post_install() {
vlicense COPYING
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/libXcomposite/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libXcomposite'
pkgname=libXcomposite
version=0.4.6
version=0.4.7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
Expand All @@ -9,8 +9,8 @@ short_desc="X Composite Library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="X11"
homepage="https://wiki.freedesktop.org/xorg/"
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
checksum=fe40bcf0ae1a09070eba24088a5eb9810efe57453779ec1e20a55080c6dc2c87
distfiles="${XORG_SITE}/lib/libXcomposite-${version}.tar.xz"
checksum=8bdf310967f484503fa51714cf97bff0723d9b673e0eecbf92b3f97c060c8ccb

post_install() {
vlicense COPYING
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/libXdamage/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libXdamage'
pkgname=libXdamage
version=1.1.6
version=1.1.7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
Expand All @@ -9,8 +9,8 @@ short_desc="Xdamage extension Library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="X11"
homepage="https://wiki.freedesktop.org/xorg/"
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
checksum=52733c1f5262fca35f64e7d5060c6fcd81a880ba8e1e65c9621cf0727afb5d11
distfiles="${XORG_SITE}/lib/libXdamage-${version}.tar.xz"
checksum=127067f521d3ee467b97bcb145aeba1078e2454d448e8748eb984d5b397bde24

post_install() {
vlicense COPYING
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/libXext/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libXext'
pkgname=libXext
version=1.3.6
version=1.3.7
revision=1
build_style=gnu-configure
configure_args="--enable-malloc0returnsnull"
Expand All @@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://gitlab.freedesktop.org/xorg/lib/libxext"
distfiles="${XORG_SITE}/lib/libXext-${version}.tar.xz"
checksum=edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753
checksum=6c643c7035cdacf67afd68f25d01b90ef889d546c9fcd7c0adf7c2cf91e3a32d

post_install() {
vlicense COPYING
Expand Down
Loading