summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2019-06-19 00:43:24 -0400
committerBenjamin Levy2019-06-19 00:43:24 -0400
commit08b4f7e7d6355a7fe3be1f95e39a9339ba594fdb (patch)
treedaf18ffbdc6b37b61b96d7bf8e60c1eae82dcf4f
parent2298459762d8d6eaa3b298a58e6b71e4b8e7885e (diff)
downloadaur-08b4f7e7d6355a7fe3be1f95e39a9339ba594fdb.tar.gz
update to v1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a13ed6f97241..b82dc45dc388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unf
pkgdesc = UNixize Filename -- replace annoying anti-unix characters in filenames
- pkgver = 0.1.1
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/io12/unf
arch = i686
@@ -10,8 +10,8 @@ pkgbase = unf
license = MIT
makedepends = rust
makedepends = cargo
- source = https://github.com/io12/unf/archive/0.1.1.tar.gz
- md5sums = 5180ce43da9e0272db95dc98f65e4f3d
+ source = https://github.com/io12/unf/archive/1.0.1.tar.gz
+ md5sums = SKIP
pkgname = unf
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}"