LoginKit: homepage and distfile changed
This commit is contained in:
parent
af25f844d6
commit
362b7d6ead
|
@ -1,7 +1,9 @@
|
||||||
# Template file for 'LoginKit'
|
# Template file for 'LoginKit'
|
||||||
pkgname=LoginKit
|
pkgname=LoginKit
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=2
|
revision=3
|
||||||
|
_gitrev=f3635476546233be0c19a155b1ceb986650501d4
|
||||||
|
wrksrc="${pkgname}-${_gitrev}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="SBIN_DIR=/usr/bin"
|
make_build_args="SBIN_DIR=/usr/bin"
|
||||||
make_install_args="SBIN_DIR=/usr/bin"
|
make_install_args="SBIN_DIR=/usr/bin"
|
||||||
|
@ -11,7 +13,6 @@ depends="ConsoleKit2"
|
||||||
short_desc="Glue layer between ConsoleKit2 and logind's dbus interfaces"
|
short_desc="Glue layer between ConsoleKit2 and logind's dbus interfaces"
|
||||||
maintainer="Enno Boland <g@s01.de>"
|
maintainer="Enno Boland <g@s01.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://git.devuan.org/pkgs-utopia-substitution/loginkit"
|
homepage="https://github.com/dimkr/LoginKit"
|
||||||
distfiles="https://git.devuan.org/pkgs-utopia-substitution/loginkit/repository/archive.tar.gz?ref=upstream%2F$version>$pkgname-$version.tar.gz"
|
distfiles="https://github.com/dimkr/LoginKit/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=06dc2c299654abf2dc28225e541a28fb2713c6709daa7248acf5258e4afc15b6
|
checksum=55a5f510d78e4fc8e92bc8b970251529cb396fcbcca76fda6f91b9da38e59795
|
||||||
wrksrc=loginkit.git
|
|
||||||
|
|
Loading…
Reference in New Issue