summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Langbein2021-09-10 23:04:46 +0200
committerDaniel Langbein2021-09-10 23:04:46 +0200
commit4b2c1a3005dd9417d088f2452803ed5b55fb4599 (patch)
treee76f21d85f491bbc8670507444848fb26d8648b2
parent12688c9812e273fc11f9685b6bcd98bdf02a37b7 (diff)
downloadaur-4b2c1a3005dd9417d088f2452803ed5b55fb4599.tar.gz
v1.1.5
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f8039195ae8..5683ce9060c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-mako
pkgdesc = A super-fast templating language that borrows the best ideas from the existing templating languages
- pkgver = 1.1.2
- pkgrel = 3
+ pkgver = 1.1.5
+ pkgrel = 1
url = https://www.makotemplates.org/
arch = any
license = MIT
@@ -9,11 +9,10 @@ pkgbase = python2-mako
depends = python2-markupsafe
depends = python2-beaker
depends = python2-setuptools
- source = https://pypi.io/packages/source/M/Mako/Mako-1.1.2.tar.gz
- source = https://pypi.io/packages/source/M/Mako/Mako-1.1.2.tar.gz.asc
+ source = https://pypi.io/packages/source/M/Mako/Mako-1.1.5.tar.gz
+ source = https://pypi.io/packages/source/M/Mako/Mako-1.1.5.tar.gz.asc
validpgpkeys = 83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1
- sha512sums = 73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8
+ sha512sums = 3eff75f1a94f8e01131ce118df73be1ade79306562ae2ca68079eb2b64ef82c48c09cfd7ed6eda42819bf50c70941cf4115f8918b4d8187f7489717c7d4a423b
sha512sums = SKIP
pkgname = python2-mako
-
diff --git a/PKGBUILD b/PKGBUILD
index aa527576854b..aca57ace27ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python2-mako
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.1.5
+pkgrel=1
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
arch=('any')
url="https://www.makotemplates.org/"
@@ -11,7 +11,7 @@ makedepends=('python2-setuptools')
depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8'
+sha512sums=('3eff75f1a94f8e01131ce118df73be1ade79306562ae2ca68079eb2b64ef82c48c09cfd7ed6eda42819bf50c70941cf4115f8918b4d8187f7489717c7d4a423b'
'SKIP')
validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer