From f331a6fa6fb053adef0d9bd62adb13a99e02b7c5 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 14 Dec 2020 21:21:49 -0600 Subject: [PATCH] python3-scruffy: update to 0.3.8.2. --- srcpkgs/python3-scruffy/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template index 32a41d71ab5..9ca2ae502e2 100644 --- a/srcpkgs/python3-scruffy/template +++ b/srcpkgs/python3-scruffy/template @@ -1,10 +1,9 @@ # Template file for 'python3-scruffy' pkgname=python3-scruffy -version=0.3.8.1 -revision=3 +version=0.3.8.2 +revision=1 wrksrc="scruffy-${version}" build_style=python3-module -pycompile_module="scruffy" hostmakedepends="python3-setuptools" depends="python3-six python3-yaml" short_desc="Framework for boilerplate in Python apps"