Skip to content

Commit

Permalink
python-mako: Update to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 24, 2024
1 parent 1af5eac commit 2ae2f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-mako/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=mako
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.3.6
pkgver=1.3.8
pkgrel=1
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
arch=('any')
Expand All @@ -27,7 +27,7 @@ conflicts=("python3-${_realname}")
replaces=("python3-${_realname}")
options=('staticlibs')
source=("https://pypi.python.org/packages/source/m/mako/mako-${pkgver}.tar.gz")
sha256sums=('9ec3a1583713479fae654f83ed9fa8c9a4c16b7bb0daba0e6bbebff50c0d983d')
sha256sums=('577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8')

build() {
cd "${srcdir}/Mako-${pkgver}"
Expand Down

0 comments on commit 2ae2f77

Please sign in to comment.