aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-path/APKBUILD (renamed from testing/py3-path.py/APKBUILD)4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-path.py/APKBUILD b/testing/py3-path/APKBUILD
index efa9598480..00da6923d3 100644
--- a/testing/py3-path.py/APKBUILD
+++ b/testing/py3-path/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=py3-path.py
+pkgname=py3-path
pkgver=13.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Module wrapper for os.path"
options="!check" # Requires unpackaged 'pytest-checkdocs'
url="https://github.com/jaraco/path"