summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c65fdc82eee..07dc4cd56ae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=otf-libertinus
_pkgname=${pkgname#*-}
pkgver=6.2
-pkgrel=3
+pkgrel=4
pkgdesc="The Libertinus font family. A fork of the Linux Libertine and Linux Biolinum fonts with bugfixes and an OpenType math companion."
depends=('fontconfig' 'xorg-mkfontdir')
conflicts=('otf-libertine-git' 'otf-libertinus-git')
@@ -11,8 +11,8 @@ arch=('any')
license=('custom: OFL')
url="https://github.com/khaledhosny/libertinus"
install=$pkgname.install
-source=("https://github.com/khaledhosny/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('f3c20cd0c07bc36467693611d9d520bacf36df35e8af7b8338aaf52064b6c6e3')
+source=("https://github.com/khaledhosny/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.zip")
+sha256sums=('3927bca361b893e042170dcfa56bc1c4fc5ec1b44bfc37d6ccc04b4b4fad82e7')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"