summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-03 11:18:55 -0500
committerGuillaume Horel2019-11-03 11:18:55 -0500
commitf5481a93e6d21650aedf7e151701b6f577201f01 (patch)
tree6ae2da71c7b1205f1e6670a62313e2b4215badc7
parent1a6c5d170e268f0ac38bb4b142d9bb6157d68445 (diff)
downloadaur-f5481a93e6d21650aedf7e151701b6f577201f01.tar.gz
fix url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a854b116fc3a..abc01faff8cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-skia-pathops
pkgdesc = Python bindings for the Skia library's Path Opts.
pkgver = 0.2.0.post2
pkgrel = 1
- url = https://github.com/googlefonts/fontmak://github.com/fonttools/skia-pathops
+ url = https://github.com/fonttools/skia-pathops
arch = x86_64
license = BSD
checkdepends = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index c16974fe9753..70c44f26afcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname='skia-pathops'
pkgver='0.2.0.post2'
pkgrel=1
pkgdesc="Python bindings for the Skia library's Path Opts."
-url="https://github.com/googlefonts/fontmak://github.com/fonttools/skia-pathops"
+url="https://github.com/fonttools/skia-pathops"
checkdepends=('python-pytest' 'python-pytest-cython')
depends=('python')
makedepends=('cython' 'python-setuptools')