diff --git a/testing/py3-jaraco.text/APKBUILD b/testing/py3-jaraco.text/APKBUILD
index 01518b8081b57b0556869343316f571ce3639bb3..172040ed58319a32104b51587a8164daca1f7c51 100644
--- a/testing/py3-jaraco.text/APKBUILD
+++ b/testing/py3-jaraco.text/APKBUILD
@@ -1,14 +1,17 @@
 # Contributor: Duncan Bellamy <dunk@denkimushi.com>
 # Maintainer: Duncan Bellamy <dunk@denkimushi.com>
 pkgname=py3-jaraco.text
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=0
 pkgdesc="Module for text manipulation"
 url="https://github.com/jaraco/jaraco.text"
 arch="noarch"
 license="MIT"
 depends="py3-jaraco-functools"
-makedepends="py3-setuptools"
+makedepends="
+	py3-setuptools
+	py3-setuptools_scm
+	"
 checkdepends="py3-pytest"
 source="https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-$pkgver.tar.gz"
 builddir="$srcdir/jaraco.text-$pkgver"
@@ -26,5 +29,5 @@ package() {
 }
 
 sha512sums="
-468a2338b82c4352dba0ab40fb774329f115010fdf3633adb860297dffc64c54fb006f85e4d89580923c1e9136168bcf9fd689e33eebee32cd70382bb402debf  jaraco.text-3.5.1.tar.gz
+74e6f199372b62ee767fd5f5829ab636d6d87c38998d93cb4ed7dddbe53db27e5c3caf45f36f7b5690b3c12367df0c93702fac59ee99ffcb03f53e70b8b18f96  jaraco.text-3.6.0.tar.gz
 "