[arch-commits] Commit in detox/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Fri Feb 12 19:34:28 UTC 2021
Date: Friday, February 12, 2021 @ 19:34:28
Author: jlichtblau
Revision: 856985
upgpkg: detox 1.3.3-1 - new upstream release
Modified:
detox/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-12 18:38:53 UTC (rev 856984)
+++ PKGBUILD 2021-02-12 19:34:28 UTC (rev 856985)
@@ -1,8 +1,8 @@
# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
pkgname=detox
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.3.3
+pkgrel=1
pkgdesc="An utility designed to clean up filenames by replacing characters with standard equivalents"
arch=('x86_64')
url="https://github.com/dharple/detox"
@@ -9,8 +9,8 @@
license=('BSD')
makedepends=('flex')
backup=('etc/detox/detoxrc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/detox/archive/v1.3.0.tar.gz)
-sha256sums=('00daf6b019b51c7bbc3ac96deeeec18fd886c144eeee97c3372dd297bb134c84')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('d57b6b8909046e66e2d992c126aba59c350d8aebfae55937397ef0b88abb4ae0')
build() {
cd "${srcdir}"/$pkgname-$pkgver
More information about the arch-commits
mailing list