summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtakar Jašek2019-10-28 14:48:06 +0100
committerOtakar Jašek2019-10-28 14:48:06 +0100
commita4d85822995f7e5394d48e91d2190ae89390db8e (patch)
treec0197e03f3dcd4f3b7e71102a13887b808333e36
parenta1ae2210377efe1318ecda8688d43f0efa8116b8 (diff)
downloadaur-a4d85822995f7e5394d48e91d2190ae89390db8e.tar.gz
different upstream URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71a3a23c9473..09f78342b8ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-kornia
pkgdesc = Open Source Differentiable Computer Vision Library for PyTorch
pkgver = 0.1.4
pkgrel = 1
- url = https://github.com/arraiyopensource/kornia
+ url = https://github.com/kornia/kornia
arch = any
license = Apache
makedepends = python-setuptools
@@ -10,7 +10,7 @@ pkgbase = python-kornia
provides = python-kornia
conflicts = python-kornia
options = !emptydirs
- source = https://github.com/arraiyopensource/kornia/archive/v0.1.4.tar.gz
+ source = https://github.com/kornia/kornia/archive/v0.1.4.tar.gz
sha256sums = a07d822876a1df067c40b35ff36c4b17d56fc90f5114a0dee54725314cecec14
pkgname = python-kornia
diff --git a/PKGBUILD b/PKGBUILD
index ff2c328ae244..049811f7720a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _name=kornia
pkgver=0.1.4
pkgrel=1
arch=(any)
-url='https://github.com/arraiyopensource/kornia'
+url='https://github.com/kornia/kornia'
pkgdesc='Open Source Differentiable Computer Vision Library for PyTorch'
license=(Apache)
makedepends=('python-setuptools')