physlock: update to 13.

This commit is contained in:
maxice8 2019-01-29 22:47:00 -02:00 committed by maxice8
parent 170b18ca82
commit 5569133014
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'physlock'
pkgname=physlock
version=12
version=13
revision=1
build_style=gnu-makefile
make_use_env=yes
@ -10,6 +10,10 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/muennich/physlock"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0abb24123d7a1a6f009fec15e95d163f4e63fbdb218ab3e965400b50bb7cd978
checksum=9ae4716a1e916f141e47a01b439133ca382281ebdcbec1e53f85da6771774bd6
CFLAGS="-D_GNU_SOURCE"
pre_build() {
vsed -e 's|^HAVE_SYSTEMD.*|HAVE_SYSTEMD = 0|g' -i Makefile
}