summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2017-06-03 23:35:17 +0200
committerMichael Lass2017-06-03 23:35:17 +0200
commit2b3f39af963ded240d4ac612bb14c2ae0e3e70e6 (patch)
tree24b256cef6d62725dff40969f0f1aaa877dcd268
parent514e1b863a32745a23150195e8c0235b3c650e6b (diff)
downloadaur-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--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 100553f0dd3b..f069c5f48120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)