From b06649e9a81c9a5cf58233ed864f4244a62f798e Mon Sep 17 00:00:00 2001 From: js Date: Sun, 30 Jan 2022 10:10:00 +0000 Subject: chat/py-matrix-common: Fix package name --- chat/py-matrix-common/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chat') diff --git a/chat/py-matrix-common/Makefile b/chat/py-matrix-common/Makefile index 66f04d676d5..06ac1956cb5 100644 --- a/chat/py-matrix-common/Makefile +++ b/chat/py-matrix-common/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/01/30 09:38:39 js Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/30 10:10:00 js Exp $ -DISTNAME= matrix-python-common-1.0.0 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= matrix-python-common-${PKGVERSION_NOREV} +PKGNAME= ${PYPKGPREFIX}-matrix-common-1.0.0 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/} GITHUB_PROJECT= matrix-python-common -- cgit v1.2.3