* update python-mako to 1.3.6-3

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:39 +01:00
parent cc1a0a3a40
commit bb24336326
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-mako
pkgdesc = A template library written in Python
pkgver = 1.3.6
pkgrel = 1
pkgrel = 3
url = https://github.com/sqlalchemy/mako
arch = any
license = MIT

View File

@ -6,7 +6,7 @@ pkgname=python-mako
_pkgname=${pkgname#python-}
pkgver=1.3.6
_pkgver=rel_${pkgver//./_}
pkgrel=1
pkgrel=3
pkgdesc="A template library written in Python"
arch=(any)
url="https://github.com/sqlalchemy/mako"