* update python-mako to 1.3.8-1
This commit is contained in:
parent
36e773d450
commit
96a8723b3c
@ -1,7 +1,7 @@
|
||||
pkgbase = python-mako
|
||||
pkgdesc = A template library written in Python
|
||||
pkgver = 1.3.6
|
||||
pkgrel = 3
|
||||
pkgver = 1.3.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/sqlalchemy/mako
|
||||
arch = any
|
||||
license = MIT
|
||||
@ -21,7 +21,7 @@ pkgbase = python-mako
|
||||
optdepends = python-dogpile.cache: for caching support
|
||||
optdepends = python-pygments: for syntax highlighting
|
||||
optdepends = python-pytest: for testing utilities
|
||||
source = python-mako-1.3.6.tar.gz::https://github.com/sqlalchemy/mako/archive/rel_1_3_6.tar.gz
|
||||
sha512sums = 190221fa4498ee749cafac2da9eec22a729ebfbecb02b10e6f46faccb939034dfe16e6a689c48d85f64e4ca95b2af1a838ceb78665694883e9b3a6e50e419286
|
||||
source = python-mako-1.3.8.tar.gz::https://github.com/sqlalchemy/mako/archive/rel_1_3_8.tar.gz
|
||||
sha512sums = 7f0dab83970895dac9daf48c4b3ee176cf6ac296e04ed8148feccebe7475f92db3e6940814d4a9913c3b0ad1da7c566fd841b7d526e99adc6f2a88327074e6d4
|
||||
|
||||
pkgname = python-mako
|
||||
|
@ -4,9 +4,9 @@
|
||||
|
||||
pkgname=python-mako
|
||||
_pkgname=${pkgname#python-}
|
||||
pkgver=1.3.6
|
||||
pkgver=1.3.8
|
||||
_pkgver=rel_${pkgver//./_}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc="A template library written in Python"
|
||||
arch=(any)
|
||||
url="https://github.com/sqlalchemy/mako"
|
||||
@ -37,7 +37,7 @@ optdepends=(
|
||||
'python-pytest: for testing utilities'
|
||||
)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$_pkgver.tar.gz")
|
||||
sha512sums=('190221fa4498ee749cafac2da9eec22a729ebfbecb02b10e6f46faccb939034dfe16e6a689c48d85f64e4ca95b2af1a838ceb78665694883e9b3a6e50e419286')
|
||||
sha512sums=('7f0dab83970895dac9daf48c4b3ee176cf6ac296e04ed8148feccebe7475f92db3e6940814d4a9913c3b0ad1da7c566fd841b7d526e99adc6f2a88327074e6d4')
|
||||
|
||||
build() {
|
||||
cd "$_pkgname-$_pkgver"
|
||||
|
Loading…
x
Reference in New Issue
Block a user