diff options
author | Michael Lass | 2017-06-03 23:35:17 +0200 |
---|---|---|
committer | Michael Lass | 2017-06-03 23:35:17 +0200 |
commit | 2b3f39af963ded240d4ac612bb14c2ae0e3e70e6 (patch) | |
tree | 24b256cef6d62725dff40969f0f1aaa877dcd268 | |
parent | 514e1b863a32745a23150195e8c0235b3c650e6b (diff) | |
download | aur-2b3f39af963ded240d4ac612bb14c2ae0e3e70e6.tar.gz |
Use license file of package version
The license file was recently changed, causing (1) the checksum test to fail
and (2) the license file to become out of sync with what applies to the
installed program version. Download the matching the program version to avoid
that.
Thanks to n-st for this contributing this change via github.
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ optdepends=( 'gsettings-desktop-schemas: For web search support' ) source=(https://github.com/JabRef/jabref/releases/download/v${pkgver}/JabRef-${pkgver}.jar - https://raw.githubusercontent.com/JabRef/jabref/master/LICENSE.md + https://raw.githubusercontent.com/JabRef/jabref/v${pkgver}/LICENSE.md jabref.sh jabref.desktop) noextract=(JabRef-${pkgver}.jar) |