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
12 changes: 6 additions & 6 deletions srcpkgs/wpgtk/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'wpgtk'
pkgname=wpgtk
version=6.1.3
revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
version=6.7.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools"
depends="gtk+3 python3-gobject python3-Pillow pywal libxslt"
checkdepends="${depends}"
short_desc="Colorscheme, wallpaper and template manager for *nix"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/deviantfero/wpgtk/"
distfiles="https://github.com/deviantfero/wpgtk/archive/${version}.tar.gz"
checksum=158f93c6dbb6f14c17fb43847a750e049a7a92a0c76fa54b9c0c5fee1012fcfe
distfiles="https://github.com/deviantfero/wpgtk/archive/refs/tags/${version}.tar.gz"
checksum=d12bf655dc42acfa9c986a25d01baf366a97ed9cda3eab97d3a7327d84dfcb26

post_install() {
rm -rf ${DESTDIR}/usr/etc
Expand Down