summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2019-11-09 19:50:22 -0500
committerBenjamin Levy2019-11-09 19:50:22 -0500
commitec48fd782f56233c30cfde99d0fd1f2cb8cbfe7f (patch)
tree52c11001939928143ee5d9b046fea29d14f77f8c
parent7f50c4d0a6e5db31843f3071bac565e5bfcf775f (diff)
downloadaur-ec48fd782f56233c30cfde99d0fd1f2cb8cbfe7f.tar.gz
Update to v1.1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c0e095a9f44..a1760e79bfd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unf
pkgdesc = UNixize Filename -- replace annoying anti-unix characters in filenames
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/io12/unf
arch = i686
@@ -10,7 +10,7 @@ pkgbase = unf
license = MIT
makedepends = rust
makedepends = cargo
- source = https://github.com/io12/unf/archive/1.0.1.tar.gz
+ source = https://github.com/io12/unf/archive/1.1.0.tar.gz
md5sums = 7655cdb6697e477a2992e301632b7d56
pkgname = unf
diff --git a/PKGBUILD b/PKGBUILD
index 7f546d4b9016..e2d8e0ba5ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=unf
-pkgver=1.0.1
+pkgver=1.1.0
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=('7655cdb6697e477a2992e301632b7d56')
+md5sums=('e15354083773780ca719bccfbf0fb193')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"