summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-04-25 22:29:02 +0800
committerUniversebenzene2019-04-25 22:29:02 +0800
commit2ad0a3fc621a28bcd5f1c1e5461a647e4570e497 (patch)
tree6ceec91c6a96887dcc17105b2cd4e6b4fc0d37f0
parent915dd74cfd575c3f3eaa79143f6d620d49cae01f (diff)
downloadaur-2ad0a3fc621a28bcd5f1c1e5461a647e4570e497.tar.gz
Update to version 1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7a3153d89ff..e40e77559511 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Sep 9 09:36:52 UTC 2018
+# Thu Apr 25 13:59:37 UTC 2019
pkgbase = python-astropy-sphinx-theme
pkgdesc = The sphinx theme for Astropy and affiliated packages.
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/astropy/astropy-sphinx-theme
arch = any
license = BSD
makedepends = python-setuptools
depends = python-sphinx>=1.6
- source = https://files.pythonhosted.org/packages/source/a/astropy-sphinx-theme/astropy-sphinx-theme-1.0.tar.gz
- sha256sums = f7e5734bca4bfd62769b2516f2b80a3dc9f950ef67066706579a086d2b2162bc
+ source = https://files.pythonhosted.org/packages/source/a/astropy-sphinx-theme/astropy-sphinx-theme-1.1.tar.gz
+ sha256sums = ee1dafa0cf4d109455f7a0d19da4cdd608ad24d380ed2eb8090bb945a3d286f9
pkgname = python-astropy-sphinx-theme
diff --git a/PKGBUILD b/PKGBUILD
index 8f52ad93a272..ef96e9ad812a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
-# Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-
+# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-astropy-sphinx-theme
-pkgver=1.0
+_pyname=${pkgname#python-}
+pkgver=1.1
pkgrel=1
pkgdesc="The sphinx theme for Astropy and affiliated packages."
arch=('any')
@@ -10,11 +9,11 @@ url="https://github.com/astropy/astropy-sphinx-theme"
license=('BSD')
depends=('python-sphinx>=1.6')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/a/astropy-sphinx-theme/astropy-sphinx-theme-${pkgver}.tar.gz")
-sha256sums=('f7e5734bca4bfd62769b2516f2b80a3dc9f950ef67066706579a086d2b2162bc')
+source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
+sha256sums=('ee1dafa0cf4d109455f7a0d19da4cdd608ad24d380ed2eb8090bb945a3d286f9')
package() {
- cd ${srcdir}/astropy-sphinx-theme-${pkgver}
+ cd ${srcdir}/${_pyname}-${pkgver}
install -D -m644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -D -m644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"