Package Details: aleo-fonts 1.3-1

Git Clone URL: https://aur.archlinux.org/aleo-fonts.git (read-only, click to copy)
Package Base: aleo-fonts
Description: Slab serif type family designed by Alessio Laiso
Upstream URL: https://alessiolaiso.com/aleo-font
Keywords: font slab-serif
Licenses: custom
Submitter: patrick.luehne
Maintainer: patrick.luehne
Last Packager: patrick.luehne
Votes: 1
Popularity: 0.000000
First Submitted: 2017-10-03 22:02 (UTC)
Last Updated: 2017-10-03 22:19 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

TimTechDev commented on 2024-06-02 21:56 (UTC) (edited on 2024-06-02 21:57 (UTC) by TimTechDev)

Patch to version 2.0

diff --git a/.SRCINFO b/.SRCINFO
index bbc414f..97e0657 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
 pkgbase = aleo-fonts
    pkgdesc = Slab serif type family designed by Alessio Laiso
-   pkgver = 1.3
+   pkgver = 2.0
    pkgrel = 1
    url = https://alessiolaiso.com/aleo-font
    arch = any
    license = custom
-   source = https://alessiolaiso.com/downloads/Aleo_v1.3.zip
-   sha512sums = 53bf3f067015e86ed53d3d71d0f2439de271d0d326992b77621434b2a5b3352a65baadb2dacdd62c5ee3057b52f159af69cebf2456db3096a7dcff0a13fcc8a4
+   source = https://alessiolaiso.com/downloads/Aleo_v2.0.zip
+   sha512sums = da1d87bec966be89e12db2013c6696e11754c75edc356280ed457bda3dff48c3065cc80f476150aeb33c68e85f8769a60217e082f1437441e7984d090126b349

 pkgname = aleo-fonts
-
diff --git a/PKGBUILD b/PKGBUILD
index 161d461..52dbc44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
 # Maintainer: Patrick Lühne <patrick-arch@luehne.de>

 pkgname=aleo-fonts
-pkgver=1.3
+pkgver=2.0
 pkgrel=1
 pkgdesc="Slab serif type family designed by Alessio Laiso"
 url="https://alessiolaiso.com/aleo-font"
 arch=(any)
 license=(custom)
 source=("https://alessiolaiso.com/downloads/Aleo_v$pkgver.zip")
-sha512sums=('53bf3f067015e86ed53d3d71d0f2439de271d0d326992b77621434b2a5b3352a65baadb2dacdd62c5ee3057b52f159af69cebf2456db3096a7dcff0a13fcc8a4')
+sha512sums=('da1d87bec966be89e12db2013c6696e11754c75edc356280ed457bda3dff48c3065cc80f476150aeb33c68e85f8769a60217e082f1437441e7984d090126b349')

 package() {
    cd "Aleo_v$pkgver/"
    install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
-   install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 "Desktop OTF"/*.otf
+   install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 "otf"/*.otf
    install -Dm644 "SIL Open Font License 1.1.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }