diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-18 21:13:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-18 21:13:38 +0100 |
commit | ae4511f66e378ee89d1aefffb207dfc82fdeee81 (patch) | |
tree | cd036d01c3777c9e855174ace7d27818792be6b1 /nafe/PKGBUILD | |
parent | Improve PKGBUILD for latex-fitch-uoo (diff) | |
download | aur-packages-ae4511f66e378ee89d1aefffb207dfc82fdeee81.tar.gz aur-packages-ae4511f66e378ee89d1aefffb207dfc82fdeee81.tar.bz2 aur-packages-ae4511f66e378ee89d1aefffb207dfc82fdeee81.tar.xz |
Improve PKGBUILD for nafe
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'nafe/PKGBUILD')
-rw-r--r-- | nafe/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nafe/PKGBUILD b/nafe/PKGBUILD index 2947000..94a3213 100644 --- a/nafe/PKGBUILD +++ b/nafe/PKGBUILD @@ -5,11 +5,11 @@ pkgname=nafe pkgver=0.1 pkgrel=1 pkgdesc="Toolset to translate PSF format consolefonts into text files and text files into PSF files." -url="http://nafe.sourceforge.net" +url="https://nafe.sourceforge.net" arch=('x86_64' 'i686') license=('GPL2') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('c1066cf003a46bb3908f322c7ed9d529') +source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('06d6a9b63f4acff046695c676633895e9d0ae95444de9273b126eace6677102b') build() { |