summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Stern2021-03-25 11:31:13 -0400
committerMatthew Stern2021-03-25 11:31:13 -0400
commit144695876aafe932675cdd395881073e3ac1c7c8 (patch)
treefb861627d3f7c95c7403e2e599f428edb7192a0a
parent434638a9703191053d4cac51ff38abe90e74faa1 (diff)
downloadaur-144695876aafe932675cdd395881073e3ac1c7c8.tar.gz
correct link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c79389e3d73..02b254f3f07b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-topylogic
pkgdesc = Library to create dyanimic context free or switching automata
pkgver = 1.3.0rc1
pkgrel = 1
- url = https://github.com/mstern98/topologic-git
+ url = https://github.com/mstern98/topylogic-git
arch = any
license = MIT
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index d67bffe49d6a..b8e7677342e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.3.0rc1
pkgrel=1
pkgdesc='Library to create dyanimic context free or switching automata'
arch=('any')
-url="https://github.com/mstern98/topologic-git"
+url="https://github.com/mstern98/topylogic-git"
license=('MIT')
depends=('python')
makedepends=('python-setuptools')