summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 002b44b8b161..7be9749b386b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jul 15 12:22:20 UTC 2017
+# Wed Feb 7 23:52:05 UTC 2018
pkgbase = ttf-librebaskerville
pkgdesc = Libre Baskerville is webfont optimized for web body text (typically 16px). It's based on 1941 ATF Specimens, but it has a taller x height, wider counters and minor contrast that allow it to work on small sizes in any screen.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.impallari.com/projects/overview/libre-baskerville
arch = any
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
- source = http://www.impallari.com/media/uploads/prosources/update-86-source.zip
- sha256sums = 67ee4b67d55a8b9a16f234125bb89bffb9842e2b74f2c0e8f8479dde11f288d4
+ source = https://github.com/impallari/Libre-Baskerville/archive/master.zip
+ sha256sums = 2771a5cfb2801d92093ac51cacf7f088dffa11afbe9fea4e47b4396d1719a143
pkgname = ttf-librebaskerville
diff --git a/.gitignore b/.gitignore
index 1c1fa1cb6251..936db80ff0cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ src/
*.tar.xz
tags
*-source.zip
+master.zip
diff --git a/PKGBUILD b/PKGBUILD
index 20499167eede..0be3b36317c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ttf-librebaskerville
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Libre Baskerville is webfont optimized for web body text (typically 16px). It's based on 1941 ATF Specimens, but it has a taller x height, wider counters and minor contrast that allow it to work on small sizes in any screen."
arch=("any")
# https://github.com/impallari/Libre-Baskerville
@@ -13,8 +13,8 @@ optdepends=()
makedepends=()
conflicts=()
# install=$pkgname.install
-source=("http://www.impallari.com/media/uploads/prosources/update-86-source.zip")
-sha256sums=('67ee4b67d55a8b9a16f234125bb89bffb9842e2b74f2c0e8f8479dde11f288d4')
+source=("https://github.com/impallari/Libre-Baskerville/archive/master.zip")
+sha256sums=('2771a5cfb2801d92093ac51cacf7f088dffa11afbe9fea4e47b4396d1719a143')
package() {