Skip to content

Commit b06649e

Browse files
committed
chat/py-matrix-common: Fix package name
1 parent 21c06d3 commit b06649e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

chat/py-matrix-common/Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# $NetBSD: Makefile,v 1.1 2022/01/30 09:38:39 js Exp $
1+
# $NetBSD: Makefile,v 1.2 2022/01/30 10:10:00 js Exp $
22

3-
DISTNAME= matrix-python-common-1.0.0
4-
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
3+
DISTNAME= matrix-python-common-${PKGVERSION_NOREV}
4+
PKGNAME= ${PYPKGPREFIX}-matrix-common-1.0.0
5+
PKGREVISION= 1
56
CATEGORIES= chat
67
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
78
GITHUB_PROJECT= matrix-python-common

0 commit comments

Comments
 (0)