* update python-pecan to 1.5.1-3

This commit is contained in:
Alexander Baldeck 2024-12-05 23:29:59 +01:00
parent b11e0c58a6
commit 51aea90e16
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-pecan
pkgdesc = A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.
pkgver = 1.5.1
pkgrel = 2
pkgrel = 3
url = https://github.com/pecan/pecan
arch = any
license = BSD

View File

@ -5,7 +5,7 @@ pkgname="python-pecan"
_pkgname="${pkgname#python-}"
pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.'
pkgver=1.5.1
pkgrel=2
pkgrel=3
arch=(any)
url='https://github.com/pecan/pecan'
license=('BSD')