summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2020-08-10 01:57:40 -0400
committerBenjamin Levy2020-08-10 01:57:40 -0400
commitbfd29f52b3f5b7b761200545f8737a9e82cde3ed (patch)
tree1782383f6c1dc35fa6ce4f1cddaaeab48d5fbce0
parentc4841675905f96fe30603a4f04a4b53ac3cf5c97 (diff)
downloadaur-bfd29f52b3f5b7b761200545f8737a9e82cde3ed.tar.gz
Fix checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2714fa73da40..18a02f8735fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unf
pkgdesc = UNixize Filename -- replace annoying anti-unix characters in filenames
pkgver = 2.1.0
- 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.0.tar.gz
- sha256sums = 382ca60a3b6647bb4255e071030da04c0618a3d87787b5264a30a8ee1494e0f7
+ sha256sums = 3af0184f9a743f9470ad1eafbb0dbeaa575d7697d525d2cc2d841d940ffff2d4
pkgname = unf
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}"