summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Levy2019-06-13 00:24:01 -0400
committerBenjamin Levy2019-06-13 00:24:01 -0400
commit37fb872c6d9b70376a961b66f6fc0f6930b38d7b (patch)
tree8db47bd55dd3ac73da130b1abca1ea2d3da1a992 /PKGBUILD
parentf538df3180df6947d8b80cdbd162157594e85d17 (diff)
downloadaur-37fb872c6d9b70376a961b66f6fc0f6930b38d7b.tar.gz
fix md5sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a1b4f80dbc9..d7dd682280eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="UNixize Filename -- replace annoying anti-unix characters in filenames"
license=('MIT')
source=("https://github.com/io12/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('b39055b646630f7eef4c8abe50bc5213')
+md5sums=('5180ce43da9e0272db95dc98f65e4f3d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"