mugshot: update to 0.4.3.
Also: - change homepage and distfiles to github.
This commit is contained in:
parent
5760cc9357
commit
63b4d71fc6
|
@ -1,13 +1,15 @@
|
|||
# Template file for 'mugshot'
|
||||
pkgname=mugshot
|
||||
version=0.4.1
|
||||
revision=3
|
||||
version=0.4.3
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="intltool python3-distutils-extra"
|
||||
makedepends="python3-pexpect python3-gobject"
|
||||
depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"
|
||||
short_desc="Program to update personal user details"
|
||||
maintainer="zethra <jediben97@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://launchpad.net/mugshot"
|
||||
distfiles="https://launchpad.net/mugshot/${version%.*}/${version}/+download/mugshot-${version}.tar.gz"
|
||||
checksum=d2b52b0b1737bd65d6f6478c4f907b0f641899b5f3b130a155e95d170742f286
|
||||
homepage="https://github.com/bluesabre/mugshot"
|
||||
distfiles="https://github.com/bluesabre/mugshot/archive/refs/tags/mugshot-${version}.tar.gz"
|
||||
checksum=afab48b119091b70d66689931fe1bec95c761a9da16d3ad070f37c6fb54286f8
|
||||
|
|
Loading…
Reference in New Issue