summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2019-06-19 00:52:34 -0400
committerBenjamin Levy2019-06-19 00:52:34 -0400
commit7f50c4d0a6e5db31843f3071bac565e5bfcf775f (patch)
tree5eb75a277fa2819e658159987845f525673331e8
parent08b4f7e7d6355a7fe3be1f95e39a9339ba594fdb (diff)
downloadaur-7f50c4d0a6e5db31843f3071bac565e5bfcf775f.tar.gz
add md5sums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b82dc45dc388..1c0e095a9f44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = unf
makedepends = rust
makedepends = cargo
source = https://github.com/io12/unf/archive/1.0.1.tar.gz
- md5sums = SKIP
+ md5sums = 7655cdb6697e477a2992e301632b7d56
pkgname = unf
diff --git a/PKGBUILD b/PKGBUILD
index 1dfe4579210c..7f546d4b9016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('SKIP')
+md5sums=('7655cdb6697e477a2992e301632b7d56')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"