diff options
| author | Mattias Andrée <maandree@kth.se> | 2022-02-18 21:16:57 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2022-02-18 21:16:57 +0100 | 
| commit | f0e28ffbecc67550688305b495801b8ac84c4530 (patch) | |
| tree | 116890f12f601ae747a42d9b2f54261cd983c3e8 /texlive-flashcards | |
| parent | Improve PKGBUILD for nafe (diff) | |
| download | aur-packages-f0e28ffbecc67550688305b495801b8ac84c4530.tar.gz aur-packages-f0e28ffbecc67550688305b495801b8ac84c4530.tar.bz2 aur-packages-f0e28ffbecc67550688305b495801b8ac84c4530.tar.xz | |
Improve PKGBUILD for texlive-flashcards
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'texlive-flashcards')
| -rw-r--r-- | texlive-flashcards/PKGBUILD | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/texlive-flashcards/PKGBUILD b/texlive-flashcards/PKGBUILD index bf610be..ef49693 100644 --- a/texlive-flashcards/PKGBUILD +++ b/texlive-flashcards/PKGBUILD @@ -7,11 +7,11 @@ pkgrel=2  license=('GPL')  depends=('texlive-core')  pkgdesc="A class for typesetting flashcards." -url="http://ctan.org/pkg/flashcards" +url="https://ctan.org/pkg/flashcards"  arch=('any')  install=texlive-flashcards.install -source=(http://mirror.ctan.org/macros/latex/contrib/flashcards.zip) -md5sums=('21f85c9b291a0d06e815ce09d89f4463') +source=(https://mirror.ctan.org/macros/latex/contrib/flashcards.zip) +sha256sums=('3a344b39e4d3f36152772458c85b32f294e18b13617ac79b18b49406ce73fc52')  build ()  { | 
