diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2013-07-04 18:30:43 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2013-07-04 18:30:43 +0200 |
commit | a575c391a81adafa4ef6d5f82d8543f2f56b7a62 (patch) | |
tree | c48c22be30aee7401ea0e51b339875ad128cc089 | |
parent | 7ec41264cc54ebf8df2dcf6db00cf92d637987b5 (diff) | |
download | arch-packages-a575c391a81adafa4ef6d5f82d8543f2f56b7a62.tar.gz |
fix md5 of license file
-rw-r--r-- | slnunicode-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slnunicode-git/PKGBUILD b/slnunicode-git/PKGBUILD index 8a3d719..4ee20ab 100644 --- a/slnunicode-git/PKGBUILD +++ b/slnunicode-git/PKGBUILD @@ -11,7 +11,7 @@ depends=("lua") source=("slnunicode::git+https://github.com/phi-gamma/${_gitname}" "LICENSE") md5sums=('SKIP' - '18ad94b36b198743a0142b3ada1411d7') + 'a0aa54d20e6ebfb863b509e1c20035a5') options=(!strip) _gitbranch="master" |