summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrenden Davidson2020-06-20 18:27:14 -0500
committerBrenden Davidson2020-06-20 18:27:14 -0500
commite9cb1871c99b7ae434f04ccff05b8db7e61a33c1 (patch)
tree4e59924a569467f2c134a8f717c3d911c542fb65 /PKGBUILD
parent3cd2b6a51b61eff4d976791022624a1c2f26cac4 (diff)
downloadaur-e9cb1871c99b7ae434f04ccff05b8db7e61a33c1.tar.gz
Missed a comment tag
Signed-off-by: Brenden Davidson <davidson.brenden15@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c01c241d8f4..d2941cdf3772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,15 +13,15 @@ depends=(
"python-cheroot>=6.0.0"
)
-checkdepends=(
- "python-pytest>=4.6.2"
-
- Omitted to disable DB tests
- "python-dbutils"
- "python-pymysql>=0.9.3"
- "python-mysql-connector>=8.0.19"
- "python-psycopg2>=2.8.4"
-)
+# checkdepends=(
+# "python-pytest>=4.6.2"
+
+# # Omitted to disable DB tests
+# "python-dbutils"
+# "python-pymysql>=0.9.3"
+# "python-mysql-connector>=8.0.19"
+# "python-psycopg2>=2.8.4"
+# )
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/webpy/webpy/archive/$pkgver.tar.gz"