summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McCurry2016-07-22 12:56:37 -0500
committerDan McCurry2016-07-22 12:56:37 -0500
commit1e9c322140e848abb9eafac859ebd00509cf3a8d (patch)
treee4befa09d061219758da4225f980a00b3723dfcd
parentccccc1d0524a5b0535ddeffc76b0a4389b812346 (diff)
downloadaur-1e9c322140e848abb9eafac859ebd00509cf3a8d.tar.gz
Removed unzip from makedepends
-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"