summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Radovic2021-08-10 22:38:34 +0200
committerAndrej Radovic2021-08-10 22:38:34 +0200
commit74ac1acfd2a1ebcd8617e9d268ed4067720ce595 (patch)
treeb272ec6073bb5c2a70a70f5ac71048ace1895522
parent5748f4644d2ee4fc16d2133aa71d4412d1975bd1 (diff)
downloadaur-python-future-annotations.tar.gz
Fixed repo url.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c70dbfe36e28..deedb2ed7baf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-future-annotations
pkgdesc = A backport of __future__ annotations to python<3.7
pkgver = 1.0.0
- pkgrel = 1
- url = https://gitlab.com/asottile/future-annotations
+ pkgrel = 2
+ url = https://github.com/asottile/future-annotations
arch = any
license = GPL3
makedepends = python-setuptools
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'