summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Levy2020-08-10 01:57:40 -0400
committerBenjamin Levy2020-08-10 01:57:40 -0400
commitbfd29f52b3f5b7b761200545f8737a9e82cde3ed (patch)
tree1782383f6c1dc35fa6ce4f1cddaaeab48d5fbce0 /PKGBUILD
parentc4841675905f96fe30603a4f04a4b53ac3cf5c97 (diff)
downloadaur-bfd29f52b3f5b7b761200545f8737a9e82cde3ed.tar.gz
Fix checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f15bcfc2d9ba..5224a8b3f901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=unf
pkgver=2.1.0
-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=('382ca60a3b6647bb4255e071030da04c0618a3d87787b5264a30a8ee1494e0f7')
+sha256sums=('3af0184f9a743f9470ad1eafbb0dbeaa575d7697d525d2cc2d841d940ffff2d4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"