summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2020-12-08 20:33:08 -0300
committerRafael Fontenelle2020-12-08 20:33:08 -0300
commitc0b7b271eba2d6c9a88252b4e0c50b2aff71a012 (patch)
treed528701e843ace323cfd88c0487f11d3f6a47557
parent5487b0ad12557a02963634382373dbf0158c9cdd (diff)
downloadaur-c0b7b271eba2d6c9a88252b4e0c50b2aff71a012.tar.gz
Call rebuild for Python 3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c0e92d7be6f..f54e89ec958c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyfavicon
pkgdesc = Async favicon fetcher
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/pypi/pyfavicon
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 83d1ba304144..668d27027b8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=pyfavicon
pkgname=python-$_name
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Async favicon fetcher"
arch=(any)
url="https://pypi.org/pypi/$_name"