summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McCurry2016-07-22 14:50:58 -0500
committerDan McCurry2016-07-22 14:50:58 -0500
commitf58964339dac937391882ae062895101130b1e68 (patch)
treeedd1d72cbd9322878f10934b33a4329f48ac33b8
parentde03a60dc7a18b6303cba0bbbc847f5cc62fe946 (diff)
downloadaur-f58964339dac937391882ae062895101130b1e68.tar.gz
Fixed source zip
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 473147bd1718..68100476ee97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = texlive-newtx
pkgdesc = Alternative uses of the TX fonts, with improved metrics.
pkgver = 1.466
- pkgrel = 2
+ pkgrel = 3
url = http://ctan.org/pkg/newtx
install = texlive-newtx.install
arch = any
license = custom: LaTeX Project Public License 1.3c
depends = texlive-bin
- noextract = newtx.tds.zip
- source = http://mirrors.ctan.org/install/fonts/newtx.tds.zip
+ noextract = newtx.zip
+ source = http://mirrors.ctan.org/fonts/newtx.zip
source = lppl.txt::http://latex-project.org/lppl/lppl-1-3c.txt
- sha1sums = ded2e1077edec121a1ddae058963cdec7676a376
+ sha1sums = 983fd8e0b5c17064af3ec42ba47dc80fc24d33bf
sha1sums = 47438d5b2ab351796b64b62da105432ab71369ab
pkgname = texlive-newtx
diff --git a/PKGBUILD b/PKGBUILD
index 461960cfef70..05122bfc88b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,23 @@
_basename=newtx
pkgname=texlive-"$_basename"
pkgver=1.466
-pkgrel=2
+pkgrel=3
pkgdesc="Alternative uses of the TX fonts, with improved metrics."
arch=('any')
depends=('texlive-bin')
url="http://ctan.org/pkg/$_basename"
license=('custom: LaTeX Project Public License 1.3c')
-source=("http://mirrors.ctan.org/install/fonts/$_basename.tds.zip"
+source=("http://mirrors.ctan.org/fonts/$_basename.zip"
# LaTeX Project Public License
"lppl.txt::http://latex-project.org/lppl/lppl-1-3c.txt")
-noextract=("$_basename.tds.zip")
+noextract=("$_basename.zip")
install=$pkgname.install
-sha1sums=('ded2e1077edec121a1ddae058963cdec7676a376'
+sha1sums=('983fd8e0b5c17064af3ec42ba47dc80fc24d33bf'
'47438d5b2ab351796b64b62da105432ab71369ab')
package() {
mkdir -p "$pkgdir"/usr/share/texmf/
- unzip "$srcdir/$_basename".tds.zip -d "$pkgdir"/usr/share/texmf/
+ unzip "$srcdir/$_basename".zip -d "$pkgdir"/usr/share/texmf/
find "$pkgdir" -type f -exec chmod 644 {} \;
find "$pkgdir" -type d -exec chmod 755 {} \;
install -Dm644 "$srcdir"/lppl.txt \