summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-10-25 01:06:02 +0200
committerPeter Mattern2016-10-25 01:06:02 +0200
commitdfa247154e6bb3cbbbe86ae70ca91474949b649b (patch)
tree760b985f58d26c822df67e9487bf14e303236e13
parent9cd30655df7f2581b729f1a75ad5952080fb68a4 (diff)
downloadaur-dfa247154e6bb3cbbbe86ae70ca91474949b649b.tar.gz
Upstream update: release 0.4.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
-rw-r--r--license.txt26
3 files changed, 11 insertions, 41 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9238d4a7a78c..baff6be1a792 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Sep 15 10:45:09 UTC 2016
+# Mon Oct 24 22:54:24 UTC 2016
pkgbase = python-sphinx-quark-theme
pkgdesc = A Sphinx theme for QTextBrowser
- pkgver = 0.3.2
- pkgrel = 2
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://bitbucket.org/fk/quark-sphinx-theme
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/25/fe/0c39b0bf7356275dace198a3b00ef4589dd09f084b2b05c41bdc5848d1c9/quark-sphinx-theme-0.3.2.tar.bz2
- source = license.txt
- sha256sums = 5478ffe3ae5741da0ea5276de4cb5be49d67fcb62a2cc1940adb5849664dfc19
- sha256sums = 37957261473d2d7134df224c3b77d4313aca41600a5af75e6f0a8a02c96aef16
+ source = https://pypi.python.org/packages/f5/52/00c8cc232332cd45ca2a90a273ed2c92629e125bdbda5938b3ddb5269833/quark-sphinx-theme-0.4.0.tar.bz2
+ sha256sums = 39b97402c2b0aeb21cd3f571c37fc235d1a5742b8fe429526a3ee6c38a809940
pkgname = python-sphinx-quark-theme
diff --git a/PKGBUILD b/PKGBUILD
index 6d6f19d6e7fe..02692664b234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,15 @@
pkgbase=python-sphinx-quark-theme
pkgname=($pkgbase 'python2-sphinx-quark-theme')
-pkgver=0.3.2
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
pkgdesc='A Sphinx theme for QTextBrowser'
arch=('any')
url='https://bitbucket.org/fk/quark-sphinx-theme'
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/25/fe/0c39b0bf7356275dace198a3b00ef4589dd09f084b2b05c41bdc5848d1c9/quark-sphinx-theme-$pkgver.tar.bz2"
- 'license.txt')
-sha256sums=('5478ffe3ae5741da0ea5276de4cb5be49d67fcb62a2cc1940adb5849664dfc19'
- '37957261473d2d7134df224c3b77d4313aca41600a5af75e6f0a8a02c96aef16')
+source=("https://pypi.python.org/packages/f5/52/00c8cc232332cd45ca2a90a273ed2c92629e125bdbda5938b3ddb5269833/quark-sphinx-theme-$pkgver.tar.bz2")
+sha256sums=('39b97402c2b0aeb21cd3f571c37fc235d1a5742b8fe429526a3ee6c38a809940')
prepare() {
cp -r quark-sphinx-theme-$pkgver quark-sphinx-theme-$pkgver-python2
@@ -33,7 +31,7 @@ package_python-sphinx-quark-theme() {
cd quark-sphinx-theme-$pkgver
python setup.py install --root $pkgdir --optimize=1
- install -Dm644 $srcdir/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 $srcdir/quark-sphinx-theme-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
@@ -42,6 +40,6 @@ package_python2-sphinx-quark-theme() {
cd quark-sphinx-theme-$pkgver-python2
python2 setup.py install --root $pkgdir
- install -Dm644 $srcdir/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 $srcdir/quark-sphinx-theme-$pkgver-python2/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
diff --git a/license.txt b/license.txt
deleted file mode 100644
index 4d6eb7f0f902..000000000000
--- a/license.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-License for quark-sphinx-theme
-==============================
-
-Unless otherwise noted:
-Copyright (c) 2016 Felix Krull <f_krull@gmx.de>
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
-OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
-IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
-OF SUCH DAMAGE.