summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony2023-07-03 22:17:37 +0300
committerTony2023-07-03 22:17:37 +0300
commitf7a9a69b6200f385b69b3c82d53d7de4fac15b2c (patch)
treebf02d206bce6cc179d96777417d55ff39c74256f
parentb6e2dd7c3a1a92c394cd5eff8ac4f0ce9b135d33 (diff)
downloadaur-f7a9a69b6200f385b69b3c82d53d7de4fac15b2c.tar.gz
Fix upstream url
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7c4e7313df4..37a19f4bd197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-psycogreen
pkgdesc = psycopg2 integration with coroutine libraries
pkgver = 1.0.2
pkgrel = 1
- url = https://bitbucket.org/dvarrazzo/psycogreen
+ url = https://github.com/psycopg/psycogreen/
arch = any
license = BSD
makedepends = python-setuptools
@@ -11,4 +11,3 @@ pkgbase = python-psycogreen
md5sums = 4f6f68ba5ffb1d6908160de3dacd3618
pkgname = python-psycogreen
-
diff --git a/PKGBUILD b/PKGBUILD
index ef15e0647aee..6efef5d5312f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=psycogreen
pkgver=1.0.2
pkgrel=1
pkgdesc="psycopg2 integration with coroutine libraries"
-url=https://bitbucket.org/dvarrazzo/psycogreen
+url=https://github.com/psycopg/psycogreen/
arch=('any')
license=('BSD')
depends=('python')