summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2023-04-17 13:50:08 +0200
committermschubert2023-04-17 13:50:08 +0200
commit4173e8a5ee5f40ccda577b54435443d173c8f532 (patch)
treefad862c8f6233b2843ab182e287396ce820f68dc
parentf73f22aa9768d4341697d1cf3db4f3405c674ace (diff)
downloadaur-4173e8a5ee5f40ccda577b54435443d173c8f532.tar.gz
unzip is makedeps only
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38aadffe68c2..422ae70df803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,10 @@ pkgbase = latex-enumitem
install = latex-enumitem.install
arch = any
license = unknown
+ makedepends = unzip
depends = texlive-core
- depends = unzip
noextract = enumitem.zip
source = enumitem-3.9.zip::http://mirror.ctan.org/macros/latex/contrib/enumitem.zip
sha256sums = 3b0354cfc32dee3ee1cfac2789a16d247f4ffefa6e84c0513c7ede6bb9b1089b
pkgname = latex-enumitem
-
diff --git a/PKGBUILD b/PKGBUILD
index c6801148f756..330ce8c61fed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="Customize the three basic lists (enumerate, itemize and description)"
arch=('any')
url="http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem"
license=('unknown')
-depends=('texlive-core' 'unzip')
+depends=(texlive-core)
+makedepends=(unzip)
noextract=('enumitem.zip')
source=($_pkgname-$pkgver.zip::http://mirror.ctan.org/macros/latex/contrib/$_pkgname.zip)
install=$pkgname.install