summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Maibaum2016-02-03 12:16:53 +0100
committerJohannes Maibaum2016-02-03 12:16:53 +0100
commit89f7fc92ca4dcbb80e525bcc08a4732b6402e783 (patch)
tree907c37046e3f2e1eca9d42d6b0321cffb1629a35
parent183e433650c25e806aae4823b102a9ed8918c082 (diff)
downloadaur-89f7fc92ca4dcbb80e525bcc08a4732b6402e783.tar.gz
Change source to the release ZIP file.
We don't need to download the font source files for this package.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 536de848e603..90c1f4b76ae5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 30 12:16:54 UTC 2016
+# Wed Feb 3 11:12:50 UTC 2016
pkgbase = otf-libertinus
pkgdesc = The Libertinus font family. A fork of the Linux Libertine and Linux Biolinum fonts with bugfixes and an OpenType math companion.
pkgver = 6.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/khaledhosny/libertinus
install = otf-libertinus.install
arch = any
@@ -12,8 +12,8 @@ pkgbase = otf-libertinus
depends = xorg-mkfontdir
conflicts = otf-libertine-git
conflicts = otf-libertinus-git
- source = https://github.com/khaledhosny/libertinus/archive/v6.2.tar.gz
- sha256sums = f3c20cd0c07bc36467693611d9d520bacf36df35e8af7b8338aaf52064b6c6e3
+ source = https://github.com/khaledhosny/libertinus/releases/download/v6.2/libertinus-6.2.zip
+ sha256sums = 3927bca361b893e042170dcfa56bc1c4fc5ec1b44bfc37d6ccc04b4b4fad82e7
pkgname = otf-libertinus
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}"