diff options
author | pin <pin@pkgsrc.org> | 2020-06-02 08:57:34 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-06-02 08:57:34 +0000 |
commit | 8ae519ac45754bc22cb5089b5d0a871d98be984d (patch) | |
tree | 6ba23d2eecbb01aa60c8633d3b09859c26b399d1 /graphics | |
parent | 1ab46e4099bd9cce71f5fb296d3175141477c408 (diff) | |
download | pkgsrc-8ae519ac45754bc22cb5089b5d0a871d98be984d.tar.gz |
graphics/lxqt-themes: Follow github hosted package nomenclature
as suggested by @leot
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lxqt-themes/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/lxqt-themes/Makefile b/graphics/lxqt-themes/Makefile index c4df310144d..6e70f15475f 100644 --- a/graphics/lxqt-themes/Makefile +++ b/graphics/lxqt-themes/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2020/06/01 11:36:49 pin Exp $ +# $NetBSD: Makefile,v 1.3 2020/06/02 08:57:34 pin Exp $ -VERSION= 0.15.0 -DISTNAME= lxqt-themes-${VERSION} +DISTNAME= lxqt-themes-0.15.0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/lxqt-themes/releases/download/${VERSION}/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} +GITHUB_RELEASE= ${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org |