author | Jelle van der Waa
<jelle@archlinux.org> 2024-11-24 10:09:41 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-11-24 10:09:41 UTC |
parent | 1ffda9f2c66965596081ac96ce6c2a2293360f96 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 9a03a59..48b2a32 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-tornado pkgdesc = open source version of the scalable, non-blocking web server and tools pkgver = 6.4.1 - pkgrel = 1 + pkgrel = 2 url = https://www.tornadoweb.org/ arch = x86_64 license = Apache-2.0 diff --git a/PKGBUILD b/PKGBUILD index f661541..4daf5ad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-tornado pkgver=6.4.1 -pkgrel=1 +pkgrel=2 pkgdesc='open source version of the scalable, non-blocking web server and tools' arch=('x86_64') url='https://www.tornadoweb.org/'