summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2023-09-30 18:49:56 -0600
committerAlfredo Ramos2023-09-30 18:49:56 -0600
commit46164723c8643f4b32643113c3a54e166f72e6e6 (patch)
tree4a16d69209461d3a8b31a7a65bc833cfab653c54
parentcf25f700c3db0dd437abbfb08aa1405c553fc52a (diff)
downloadaur-46164723c8643f4b32643113c3a54e166f72e6e6.tar.gz
Fix download URLs
-rw-r--r--.SRCINFO14
-rw-r--r--.gitattributes3
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD20
4 files changed, 24 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da85767a64d7..efd58008b82c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = ttf-paratype
pkgdesc = ParaType font family with extended cyrillic and latin character sets
pkgver = 2.005
- pkgrel = 4
+ pkgrel = 5
epoch = 1
- url = https://company.paratype.com/pt-sans-pt-serif
+ url = https://www.paratype.com
arch = any
license = custom:OFL
provides = ttf-font
@@ -12,11 +12,11 @@ pkgbase = ttf-paratype
provides = ttf-pt-serif
provides = ttf-pt-serif-expert
provides = ttf-pt-mono
- source = https://company.paratype.com/system/attachments/629/original/ptsans.zip
- source = https://company.paratype.com/system/attachments/632/original/ptsansexpert.zip
- source = https://company.paratype.com/system/attachments/634/original/ptserif.zip
- source = https://company.paratype.com/system/attachments/635/original/ptserifexpert.zip
- source = https://company.paratype.com/system/attachments/631/original/ptmono.zip
+ source = https://info.paratype.ru/wp-content/uploads/2019/07/ptsans-1.zip
+ source = https://info.paratype.ru/wp-content/uploads/2019/07/PTSansExpert.zip
+ source = https://info.paratype.ru/wp-content/uploads/2019/07/ptserif.zip
+ source = https://info.paratype.ru/wp-content/uploads/2019/07/ptserifexpert.zip
+ source = https://info.paratype.ru/wp-content/uploads/2019/07/ptmono.zip
source = 54-paratype.conf
sha512sums = 1fc836b60d226a2d21c3d03b4e4565e38031395256002ae1194f50d6053243ea3467a8702a17bca1ca17d0927549ddce96a45f27e55773b1810ae4a77cc8c319
sha512sums = 610e8aa80edb6f20d9ae5c534ea81b84b7207abdb2f698089ae41d7f838bf06d19680ae9646a9aff1b466b2fa339709a942a7de458f5ce3b9076a40a0d1b2f4f
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000000..b9448e466ccf
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+* text=auto
+.gitignore export-ignore
+.gitattributes export-ignore \ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1221478c67a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*
+!PKGBUILD
+!*.conf
+!.SRCINFO
+!.gitignore
+!.gitattributes \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index e629ca94511d..47c8f985d75f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Alfredo Ramos <alfredo dot ramos at yandex dot com>
+# Maintainer: Alfredo Ramos <alfredo.ramos@tutanota.com>
# Contributor: reflexing <reflexing@reflexing.ru>
# Contributor: Alexander Zubkov <green@msu.ru>
# Contributor: nsf
pkgname=ttf-paratype
pkgver=2.005
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc='ParaType font family with extended cyrillic and latin character sets'
arch=('any')
-url='https://company.paratype.com/pt-sans-pt-serif'
+url='https://www.paratype.com'
license=('custom:OFL')
provides=(
@@ -21,21 +21,17 @@ provides=(
'ttf-pt-mono'
)
-# Fix curl
-# https://bbs.archlinux.org/viewtopic.php?pid=1340708#p1340708
-DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
-
source=(
# PT Sans
- 'https://company.paratype.com/system/attachments/629/original/ptsans.zip'
- 'https://company.paratype.com/system/attachments/632/original/ptsansexpert.zip'
+ 'https://info.paratype.ru/wp-content/uploads/2019/07/ptsans-1.zip'
+ 'https://info.paratype.ru/wp-content/uploads/2019/07/PTSansExpert.zip'
# PT Serif
- 'https://company.paratype.com/system/attachments/634/original/ptserif.zip'
- 'https://company.paratype.com/system/attachments/635/original/ptserifexpert.zip'
+ 'https://info.paratype.ru/wp-content/uploads/2019/07/ptserif.zip'
+ 'https://info.paratype.ru/wp-content/uploads/2019/07/ptserifexpert.zip'
# PT Mono
- 'https://company.paratype.com/system/attachments/631/original/ptmono.zip'
+ 'https://info.paratype.ru/wp-content/uploads/2019/07/ptmono.zip'
# Font config file
'54-paratype.conf'