summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2021-12-11 05:39:38 -0500
committerBenjamin Levy2021-12-11 05:39:38 -0500
commit441db8e8e329fd6309193d935f5a80ea3073f8b8 (patch)
tree6edf0b5fabf0f45108087c2aaa18d88d5d58a8a7
parent29932ba4ab9966b7de0cef945e0d991693ff902e (diff)
downloadaur-441db8e8e329fd6309193d935f5a80ea3073f8b8.tar.gz
Fix hash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b79216a74f6c..e17f84f1bb56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unf
pkgdesc = UNixize Filename -- replace annoying anti-unix characters in filenames
pkgver = 2.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/io12/unf
arch = i686
arch = x86_64
@@ -11,6 +11,6 @@ pkgbase = unf
makedepends = rust
makedepends = cargo
source = https://github.com/io12/unf/archive/2.1.4.tar.gz
- sha256sums = 32d6c6863a9d4bf736bcc67f8d44170e7133f71528e02b52058885b00962322f
+ sha256sums = 90022fcf2f57de519ed5fc9ad6a1f69cdb32374c86ac3d5a2d3afc63dcc9e046
pkgname = unf
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}"