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