summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-03-08 12:56:21 +0100
committerCayetano Santos2020-03-08 12:56:21 +0100
commitf6ccad3fd5372b104f29d29c7c6dce528a4b7ba2 (patch)
tree95fe97fa74b035bf5cde5e77b002b75173367b47
parent859be458253173030d4888628a3e70a16e371227 (diff)
downloadaur-f6ccad3fd5372b104f29d29c7c6dce528a4b7ba2.tar.gz
Update links
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05fba13c4329..070971ef70a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = cocotb
pkgver = 1.3
pkgrel = 0
epoch = 0
- url = http://github.com/cocotb/
+ url = http://github.com/cocotb/cocotb/
install = cocotb.install
arch = x86_64
license = BSD
@@ -15,3 +15,4 @@ pkgbase = cocotb
md5sums = 4db3d270943da293cf4dd7ce22594307
pkgname = cocotb
+
diff --git a/PKGBUILD b/PKGBUILD
index ec4d4d0a36e9..85cd9f89346a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=0
epoch=0
pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python"
arch=('x86_64') # Can probably support other architectures as well, try your luck?
-url="http://potential.ventures/cocotb/"
+url="http://github.com/cocotb/cocotb/"
license=('BSD')
#groups=()
depends=('python')