summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Levy2021-12-11 05:39:38 -0500
committerBenjamin Levy2021-12-11 05:39:38 -0500
commit441db8e8e329fd6309193d935f5a80ea3073f8b8 (patch)
tree6edf0b5fabf0f45108087c2aaa18d88d5d58a8a7 /PKGBUILD
parent29932ba4ab9966b7de0cef945e0d991693ff902e (diff)
downloadaur-unf.tar.gz
Fix hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 664f8a9e4571..30b95e7e16a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=unf
pkgver=2.1.4
-pkgrel=1
+pkgrel=2
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="UNixize Filename -- replace annoying anti-unix characters in filenames"
license=('MIT')
url="https://github.com/io12/unf"
source=("https://github.com/io12/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('32d6c6863a9d4bf736bcc67f8d44170e7133f71528e02b52058885b00962322f')
+sha256sums=('90022fcf2f57de519ed5fc9ad6a1f69cdb32374c86ac3d5a2d3afc63dcc9e046')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"