summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeveren Redwood2016-02-22 02:13:24 +1300
committerSeveren Redwood2016-02-22 02:13:24 +1300
commit597e626dea5f5e3fbfba4c6f0e2a64a516909c31 (patch)
tree3d6b2976d9f6ce367075d8f7447d8b3c4bb0cd92
parent759f0d38b4e7267e3fdb7327a72d59fcd03991f3 (diff)
downloadaur-597e626dea5f5e3fbfba4c6f0e2a64a516909c31.tar.gz
Fix the Readme validation error
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 759a478ec8e5..199c8e7b0658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,11 @@ depends=('xorg-font-utils' 'fontconfig')
url='http://larsenwork.com/monoid/'
source=(
'https://cdn.rawgit.com/larsenwork/monoid/f16ff9058bb97eafd78d61d415dedefe2d092562/Monoid.zip'
- 'https://raw.githubusercontent.com/larsenwork/monoid/master/Readme.md'
+ 'https://raw.githubusercontent.com/larsenwork/monoid/0abc451aaaa650198c065cd97aea4e7895931227/Readme.md'
)
md5sums=(
'5d9163c0096077142e8d7f67d0ecc479'
- 'cb0b56ae7970def29f89e0aa2d9258ed'
+ '581d685bd80e176ca0936da15b1f3342'
)
install="${pkgname}.install"