summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-03-17 16:47:27 -0300
committerRafael Fontenelle2019-03-17 16:47:27 -0300
commit00a449c1d1a5fcbd7d8792a3b9d2b43e79e8e040 (patch)
treeb5e78f465948f52b4fea74d8cae053676d42ad23
parente09848759a8f021853273e5e34e71da4f0e808c3 (diff)
downloadaur-00a449c1d1a5fcbd7d8792a3b9d2b43e79e8e040.tar.gz
Fix upstream hompage url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5c74d4aa71e..b6ba46aca229 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-pytest-datafiles
pkgdesc = py.test plugin to create a 'tmpdir' containing predefined files/directories.
pkgver = 1.0
pkgrel = 1
- url = https://github.com/MobileDynasty/pytest-env
+ url = https://github.com/omarkohl/pytest-datafiles
arch = any
license = MIT
makedepends = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index ff335c93d2b7..66201030a42e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.0
pkgrel=1
pkgdesc="py.test plugin to create a 'tmpdir' containing predefined files/directories."
arch=(any)
-url="https://github.com/MobileDynasty/pytest-env"
+url="https://github.com/omarkohl/pytest-datafiles"
license=('MIT')
makedepends=(python-pytest python2-pytest)
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")