summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tojnar2017-06-01 03:12:26 +0200
committerJan Tojnar2017-06-01 03:12:26 +0200
commite2afc2721ce144bc5801ca73ae55c6af324c9a22 (patch)
tree4db3e1df8b3eafbd76361c0364b6b979d3bd38a3
parent297c399912121a1e7f5b1cd7657760822a41e2f0 (diff)
downloadaur-e2afc2721ce144bc5801ca73ae55c6af324c9a22.tar.gz
Use correct license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1b459e173a9..9b75d99055d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 31 14:05:51 UTC 2017
+# Thu Jun 1 01:12:03 UTC 2017
pkgbase = tectonic
pkgdesc = modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive
pkgver = 0.1.5
@@ -7,7 +7,7 @@ pkgbase = tectonic
url = https://tectonic-typesetting.github.io/en-US/
arch = i686
arch = x86_64
- license = GPL
+ license = MIT
makedepends = cargo
depends = fontconfig
depends = harfbuzz-icu
diff --git a/PKGBUILD b/PKGBUILD
index 56d3715f0a0d..efb6ca0c7a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ makedepends=('cargo')
arch=('i686' 'x86_64')
pkgdesc='modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive'
url='https://tectonic-typesetting.github.io/en-US/'
-license=('GPL')
+license=('MIT')
depends=('fontconfig' 'harfbuzz-icu' 'openssl')
source=("https://github.com/tectonic-typesetting/tectonic/archive/v${pkgver}/${pkgname}.tar.gz")
sha256sums=('a493d6685cf63bea389c290677a641786f0b899e3e77fc7e865c8d1dcabc7aac')