summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32a611271bb5..aa8b08f515a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = texlive-newtx
pkgdesc = Alternative uses of the TX fonts, with improved metrics.
pkgver = 1.466
- pkgrel = 1
+ pkgrel = 2
url = http://ctan.org/pkg/newtx
install = texlive-newtx.install
arch = any
license = custom: LaTeX Project Public License 1.3c
- makedepends = unzip
depends = texlive-bin
noextract = newtx.tds.zip
source = http://mirrors.ctan.org/install/fonts/newtx.tds.zip
diff --git a/PKGBUILD b/PKGBUILD
index b5825c4e4b6c..6452073064d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,10 @@
_basename=newtx
pkgname=texlive-"$_basename"
pkgver=1.466
-pkgrel=1
+pkgrel=2
pkgdesc="Alternative uses of the TX fonts, with improved metrics."
arch=('any')
depends=('texlive-bin')
-makedepends=('unzip')
url="http://ctan.org/pkg/$_basename"
license=('custom: LaTeX Project Public License 1.3c')
source=("http://mirrors.ctan.org/install/fonts/$_basename.tds.zip"