summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Radović2023-12-25 11:42:47 +0100
committerAndrej Radović2023-12-25 11:42:47 +0100
commit5d5e24712ff0cd770e8898bc3e2bea288826b2e9 (patch)
treeb7cc13ce665b9b0f8754c6d056d7d4f9faddf404
parent5cd1c4263125d6cf887e8cbfb483f583f8c51ab6 (diff)
downloadaur-5d5e24712ff0cd770e8898bc3e2bea288826b2e9.tar.gz
Updated to 1.25
Also fixed some packaging issues
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd1e3dd397c0..1c19c173103e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = otf-xcharter
pkgdesc = Extension of Bitstream Charter, which provides small caps, oldstyle figures and superior figures in all four styles, Cyrillic and Greek.
- pkgver = 1.24
+ pkgver = 1.25
pkgrel = 2
url = https://www.ctan.org/pkg/xcharter
arch = any
license = custom:LPPL
- depends = fontconfig
source = http://mirrors.ctan.org/fonts/xcharter.zip
- sha1sums = a58dd721e5c12f0352c317cb99c61f5af5cf622a
+ sha1sums = 99550ee75f66ccd7f082cf4a96a7578518900565
pkgname = otf-xcharter
diff --git a/PKGBUILD b/PKGBUILD
index 4990410d18d0..533406b942ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
# Maintainer: Andrej Radović (r.andrej@gmail.com)
pkgname=otf-xcharter
-pkgver=1.24
+pkgver=1.25
pkgrel=2
-depends=('fontconfig')
pkgdesc="Extension of Bitstream Charter, which provides small caps, "\
"oldstyle figures and superior figures in all four styles, Cyrillic and Greek."
url="https://www.ctan.org/pkg/xcharter"
arch=('any')
license=('custom:LPPL')
source=(http://mirrors.ctan.org/fonts/xcharter.zip)
-sha1sums=('a58dd721e5c12f0352c317cb99c61f5af5cf622a')
+sha1sums=('99550ee75f66ccd7f082cf4a96a7578518900565')
package() {
install -m755 -d "${pkgdir}"/usr/share/fonts/"${pkgname}"
cd xcharter/opentype
- ls
install -m644 *.otf "${pkgdir}"/usr/share/fonts/"${pkgname}"
}