summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Levy2019-06-19 00:43:24 -0400
committerBenjamin Levy2019-06-19 00:43:24 -0400
commit08b4f7e7d6355a7fe3be1f95e39a9339ba594fdb (patch)
treedaf18ffbdc6b37b61b96d7bf8e60c1eae82dcf4f /PKGBUILD
parent2298459762d8d6eaa3b298a58e6b71e4b8e7885e (diff)
downloadaur-08b4f7e7d6355a7fe3be1f95e39a9339ba594fdb.tar.gz
update to v1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c21c396088d..1dfe4579210c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=unf
-pkgver=0.1.1
+pkgver=1.0.1
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -8,7 +8,7 @@ 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")
-md5sums=('5180ce43da9e0272db95dc98f65e4f3d')
+md5sums=('SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"