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
8 changes: 4 additions & 4 deletions srcpkgs/cookiecutter/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'cookiecutter'
pkgname=cookiecutter
version=2.6.0
revision=3
build_style=python3-module
version=2.7.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-Arrow python3-Jinja2 python3-binaryornot python3-click
python3-requests python3-rich python3-slugify python3-yaml"
Expand All @@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://github.com/cookiecutter/cookiecutter"
changelog="https://raw.githubusercontent.com/cookiecutter/cookiecutter/main/HISTORY.md"
distfiles="${PYPI_SITE}/c/cookiecutter/cookiecutter-${version}.tar.gz"
checksum=db21f8169ea4f4fdc2408d48ca44859349de2647fbe494a9d6c3edfc0542c21c
checksum=ca7bb7bc8c6ff441fbf53921b5537668000e38d56e28d763a1b73975c66c6138

post_install() {
vlicense LICENSE
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/fuzzel/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'fuzzel'
pkgname=fuzzel
version=1.14.0
revision=2
version=1.14.1
revision=1
build_style=meson
configure_args="-Dsvg-backend=resvg -Denable-cairo=disabled"
hostmakedepends="pkg-config scdoc wayland-devel"
Expand All @@ -13,7 +13,7 @@ license="MIT"
homepage="https://codeberg.org/dnkl/fuzzel"
changelog="https://codeberg.org/dnkl/fuzzel/raw/branch/master/CHANGELOG.md"
distfiles="https://codeberg.org/dnkl/fuzzel/archive/${version}.tar.gz"
checksum=f46387b29e855990614c0b699fda99130d1406f65e5ea8b447c8f7ac4b64efe4
checksum=c6416786c3a0600b8ad91ed951c43c002a639870c3823b4a60c910442f4ae097

post_install() {
rm "${DESTDIR}/usr/share/doc/fuzzel/CHANGELOG.md"
Expand Down
9 changes: 5 additions & 4 deletions srcpkgs/libcloudproviders/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libcloudproviders'
pkgname=libcloudproviders
version=0.3.6
version=0.4.0
revision=1
build_style=meson
build_helper="gir"
Expand All @@ -10,9 +10,10 @@ makedepends="libglib-devel"
short_desc="DBus API for cloud storage sync clients to expose their services"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://gitlab.gnome.org/World/libcloudproviders"
distfiles="${homepage}/-/archive/${version}/libcloudproviders-${version}.tar.gz"
checksum=fa25bdc2e415a717999f3d0bac8756dc0dcfe40e3ada864fadc26df0746a7116
homepage="https://gitlab.gnome.org/GNOME/libcloudproviders"
changelog="https://gitlab.gnome.org/GNOME/libcloudproviders/-/raw/main/CHANGELOG"
distfiles="https://gitlab.gnome.org/GNOME/libcloudproviders/-/archive/${version}/libcloudproviders-${version}.tar.gz"
checksum=ff65b1d4ed685f5f1659370e7dc503e891fdc0c9174661b1447e04798b98ed83

build_options="gir"
build_options_default="gir"
Expand Down
Loading