summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10a08ad1b76d..03b2718be4e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=python-future-annotations
_name="future_annotations"
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A backport of __future__ annotations to python<3.7"
-url="https://gitlab.com/asottile/future-annotations"
+url="https://github.com/asottile/future-annotations"
depends=(
'python'
'python-tokenize-rt'