summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McCurry2017-02-22 10:36:48 -0500
committerDan McCurry2017-02-22 10:36:48 -0500
commitdeb197ea8fc6fe8fa6c345ca886f60e21e2124b9 (patch)
tree56ae661c714f537e4eb010bc942f6a8f22241bd8
parent0bdc734a19d7d7577f6544c0d3c8757d019a9cf9 (diff)
downloadaur-deb197ea8fc6fe8fa6c345ca886f60e21e2124b9.tar.gz
Updated to version 1.519b, removed _basename variable
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD15
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df6ce72e7586..e6e49b9e37ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texlive-newtx
pkgdesc = Alternative uses of the TX fonts, with improved metrics.
- pkgver = 1.514
+ pkgver = 1.519b
pkgrel = 1
url = http://ctan.org/pkg/newtx
install = texlive-newtx.install
@@ -10,7 +10,7 @@ pkgbase = texlive-newtx
noextract = newtx.tds.zip
source = http://mirrors.ctan.org/install/fonts/newtx.tds.zip
source = lppl.txt::http://latex-project.org/lppl/lppl-1-3c.txt
- sha1sums = f38090797c64ada29b50cfcb0313f53228cf20ce
+ sha1sums = ce61a6a5d7e3ef3524e6695d73fa8dce8cd501bf
sha1sums = 47438d5b2ab351796b64b62da105432ab71369ab
pkgname = texlive-newtx
diff --git a/PKGBUILD b/PKGBUILD
index 21f9609513d8..56b34007c397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,24 @@
# Maintainer: Dan McCurry <dan.mccurry at linux dot com>
-_basename=newtx
-pkgname=texlive-"$_basename"
-pkgver=1.514
+pkgname=texlive-newtx
+pkgver=1.519b
pkgrel=1
pkgdesc="Alternative uses of the TX fonts, with improved metrics."
arch=('any')
depends=('texlive-bin')
-url="http://ctan.org/pkg/$_basename"
+url="http://ctan.org/pkg/${pkgname/texlive-/}"
license=('custom: LaTeX Project Public License 1.3c')
-source=("http://mirrors.ctan.org/install/fonts/$_basename.tds.zip"
+source=("http://mirrors.ctan.org/install/fonts/${pkgname/texlive-/}.tds.zip"
# LaTeX Project Public License
"lppl.txt::http://latex-project.org/lppl/lppl-1-3c.txt")
-noextract=("$_basename.tds.zip")
+noextract=("${pkgname/texlive-/}.tds.zip")
install=$pkgname.install
-sha1sums=('f38090797c64ada29b50cfcb0313f53228cf20ce'
+sha1sums=('ce61a6a5d7e3ef3524e6695d73fa8dce8cd501bf'
'47438d5b2ab351796b64b62da105432ab71369ab')
package() {
mkdir -p "$pkgdir"/usr/share/texmf/
- unzip "$srcdir/$_basename".tds.zip -d "$pkgdir"/usr/share/texmf/
+ unzip "$srcdir/${pkgname/texlive-/}".tds.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 \