summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Hoffmann2020-04-21 20:55:01 +0200
committerMarcus Hoffmann2020-04-21 20:55:01 +0200
commit306595dcbff279c3bc33f898bda69f6a068ddf47 (patch)
tree4b59803f21a7259057d42b4f93c71340d29a63f1
parent82bf80538e74af3f61b71d35fc9badb8fed8693f (diff)
downloadaur-306595dcbff279c3bc33f898bda69f6a068ddf47.tar.gz
correct upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44079fe7524b..585f2bfad488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-cryptg
pkgdesc = Cryptographic utilities for Telegram, designed to use with Telethon.
pkgver = 0.2
pkgrel = 1
- url = https://github.com/alisaifee/limits/
+ url = https://github.com/cher-nov/cryptg
arch = any
license = CC0
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index c49f548205dd..4c1a95efdc32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-cryptg
pkgver=0.2
pkgrel=1
pkgdesc="Cryptographic utilities for Telegram, designed to use with Telethon."
-url="https://github.com/alisaifee/limits/"
+url="https://github.com/cher-nov/cryptg"
depends=('python' 'python-cffi')
makedepends=('python-setuptools' 'libffi')
license=('CC0')