Date: Saturday, March 13, 2021 @ 15:41:56 Author: jlichtblau Revision: 890315
upgpkg: detox 1.4.2-1 - new upstream release Modified: detox/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-13 15:29:26 UTC (rev 890314) +++ PKGBUILD 2021-03-13 15:41:56 UTC (rev 890315) @@ -1,7 +1,7 @@ # Maintainer: Jaroslav Lichtblau <[email protected]> pkgname=detox -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="An utility designed to clean up filenames by replacing characters with standard equivalents" arch=('x86_64') @@ -10,7 +10,7 @@ makedepends=('flex') backup=('etc/detox/detoxrc') source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz) -sha256sums=('fd71aa31abc82b1ec8b7ce996cd70062939e9c165b106f395beced3706c5ea17') +sha256sums=('40af25c00a55227cdddaa54d8a1b18fb47112f4fd72efabc325dd8e540b804df') build() { cd "${srcdir}"/$pkgname-$pkgver
