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

void-updates: update to 20210324. #29717

Closed
wants to merge 1 commit into from
Closed
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
18 changes: 7 additions & 11 deletions srcpkgs/void-updates/template
@@ -1,21 +1,17 @@
# Template file for 'void-updates'
# vim: set ft=bash:
pkgname=void-updates
version=20190330
version=20210324
revision=2
build_style=gnu-makefile
depends="git curl"
depends="git"
short_desc="Void Linux package updates"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://github.com/void-linux/void-updates"
maintainer="Leon Schumacher <leonsch@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/42LoCo42/void-updates"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=d87d6e3995dd65dabdc1b0bbd96070d78237c443aeff00766096e60263c108df
checksum=a39a7129e1dc78b5f6d9be904984ed13399078adb8584f1c0c9efb07cb4cf655

system_accounts="voidupdates"
voidupdates_homedir="/var/cache/void-updates"
voidupdates_groups="xbuilder"
make_dirs="/var/cache/void-updates 0755 voidupdates voidupdates"

post_install() {
vlicense LICENSE
}