summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-07-16 14:43:18 +0200
committerPhilipp A2020-07-16 14:43:18 +0200
commitb25bf6fa9e42e3e35d9e2aade4650349e17ecaf6 (patch)
tree51eecd182ff332f6a9bebc033d237e1dd3840b65
parentd1d2c4afd191971e5d77e2a4db9204d26b045a0f (diff)
downloadaur-otf-texgyre-pagella-math.tar.gz
updated deps
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b727f7de5afe..7ddf93e9b166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = otf-texgyre-pagella-math
pkgdesc = Math companion for the TeX Gyre Pagella family
pkgver = 1.632
- pkgrel = 1
+ pkgrel = 2
url = http://www.gust.org.pl/projects/e-foundry/tg-math
arch = any
license = custom:GUST Font License
makedepends = unzip
depends = fontconfig
- depends = xorg-font-utils
+ depends = xorg-font-util
source = http://www.gust.org.pl/projects/e-foundry/tg-math/download/texgyrepagella-math-1632.zip
md5sums = 4cec48f51c2520397fc6161aad566545
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b91ea91d365a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/src/
+/pkg/
+/*.pkg.*
+/texgyrepagella-math-*.zip
diff --git a/PKGBUILD b/PKGBUILD
index b7d25c3d88ab..15195acdf160 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
pkgname=otf-texgyre-pagella-math
pkgver=1.632
-pkgrel=1
+pkgrel=2
pkgdesc='Math companion for the TeX Gyre Pagella family'
arch=('any')
url='http://www.gust.org.pl/projects/e-foundry/tg-math'
license=('custom:GUST Font License')
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig' 'xorg-font-util')
makedepends=('unzip')
source=("$url/download/texgyrepagella-math-${pkgver//.}.zip")
md5sums=('4cec48f51c2520397fc6161aad566545')