summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")