summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 422ae70df803..983eab8d9735 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = latex-enumitem
url = http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem
install = latex-enumitem.install
arch = any
- license = unknown
+ license = LPPL
makedepends = unzip
depends = texlive-core
noextract = enumitem.zip
diff --git a/PKGBUILD b/PKGBUILD
index 330ce8c61fed..9c137d0dd4c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Michael Schubert <mschu.dev at gmail>
+# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=latex-enumitem
_pkgname=${pkgname#latex-}
pkgver=3.9
@@ -6,10 +6,10 @@ pkgrel=1
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')
+license=(LPPL)
depends=(texlive-core)
makedepends=(unzip)
-noextract=('enumitem.zip')
+noextract=(enumitem.zip)
source=($_pkgname-$pkgver.zip::http://mirror.ctan.org/macros/latex/contrib/$_pkgname.zip)
install=$pkgname.install
sha256sums=('3b0354cfc32dee3ee1cfac2789a16d247f4ffefa6e84c0513c7ede6bb9b1089b')