Skip to content

Commit

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

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

0 comments on commit afaab2e

Please sign in to comment.