summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2016-12-23 14:00:41 +0000
committerXyne2016-12-23 14:00:41 +0000
commit313f376b407e5872abf7822a2870cf8324d8a49c (patch)
tree843fdd5f6b497158eb5fa864c6245da1fe02900f
parent374831416bbc53530ef5b8590a9824d0d1e1a208 (diff)
downloadaur-313f376b407e5872abf7822a2870cf8324d8a49c.tar.gz
fixed package description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e5d81502990..475b5ee3c67d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Sep 17 22:40:13 UTC 2016
+# Fri Dec 23 14:00:29 UTC 2016
pkgbase = texlive-siunitx
- pkgdesc = Typeset chemical formulae/equations and Risk and Safety phrases in LaTeX.
+ pkgdesc = Typeset physical quantities in LaTeX.
pkgver = 2.6q
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/josephwright/siunitx/
install = texlive-siunitx.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 3b51ecbb16ae..771610fa2ce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ _basename=siunitx
pkgname=texlive-"$_basename"
# Use "grep ProvidesExplPackage -r src/" to find the version.
pkgver=2.6q
-pkgrel=1
-pkgdesc="Typeset chemical formulae/equations and Risk and Safety phrases in LaTeX."
+pkgrel=2
+pkgdesc="Typeset physical quantities in LaTeX."
arch=('any')
depends=('texlive-bin')
conflicts=('texlive-science')