mirror of
https://github.com/archlinux/aur.git
synced 2026-02-06 20:12:25 +01:00
[lilac] updated to 0.4.1-2
This commit is contained in:
parent
249a882565
commit
0c16c06079
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = python-sphinx-jinja2-compat
|
||||
pkgdesc = Patches Jinja2 v3 to restore compatibility with earlier Sphinx versions
|
||||
pkgver = 0.4.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/sphinx-toolbox/sphinx-jinja2-compat
|
||||
arch = any
|
||||
license = MIT
|
||||
|
|
@ -14,7 +14,7 @@ pkgbase = python-sphinx-jinja2-compat
|
|||
makedepends = python-wheel
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
depends = python-jinja2
|
||||
depends = python-jinja
|
||||
depends = python-markupsafe
|
||||
depends = python-sphinx-prompt
|
||||
source = sphinx-jinja2-compat::git+https://github.com/sphinx-toolbox/sphinx-jinja2-compat.git#tag=v0.4.1
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,14 +3,14 @@
|
|||
pkgname=python-sphinx-jinja2-compat
|
||||
_name=${pkgname#python-}
|
||||
pkgver=0.4.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Patches Jinja2 v3 to restore compatibility with earlier Sphinx versions'
|
||||
arch=('any')
|
||||
url='https://github.com/sphinx-toolbox/sphinx-jinja2-compat'
|
||||
license=('MIT')
|
||||
depends=(
|
||||
'python'
|
||||
'python-jinja2'
|
||||
'python-jinja'
|
||||
'python-markupsafe'
|
||||
'python-sphinx-prompt'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue