summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Scharinger2016-08-29 13:35:04 +0200
committerAlexander Scharinger2016-08-29 13:35:04 +0200
commitc4a3c02fbf7f4ae3702790187e78fe2a61b529cc (patch)
tree7a0e35e09e2b3db1b0009fb051e4625e6154a94c
parent369f320c288e668bcce077b429df035adcbbb611 (diff)
downloadaur-c4a3c02fbf7f4ae3702790187e78fe2a61b529cc.tar.gz
Update version 1.0.2 to 1.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b070931c951b..18510172f0bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Feb 15 22:53:08 UTC 2016
pkgbase = pyspread
pkgdesc = A cross-platform Python spreadsheet application. Python 2.7 version
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://manns.github.io/pyspread/
arch = any
@@ -18,8 +16,8 @@ pkgbase = pyspread
optdepends = python2-jedi: TAB autocompletion and context help in the entry line
optdepends = python2-basemap: for the weather example
options = !emptydirs
- source = https://pypi.python.org/packages/source/p/pyspread/pyspread-1.0.2.tar.gz
- md5sums = 0257adf5b5145c40808b40cca636af48
+ source = https://pypi.python.org/packages/f9/01/a3b4be117b4ea69d0d2c96fdfff47de9a4c61ba8295ed4f4a6ca5eb60306/pyspread-1.0.3.tar.gz
+ md5sums = b240c8fb57ce7354334982266fae47b5
pkgname = pyspread
diff --git a/PKGBUILD b/PKGBUILD
index e8552a9fa314..99cce61f8f92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tristan Webb <t2webb@ucsd.edu>
# Contributor Sindwiller
pkgname=pyspread
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="A cross-platform Python spreadsheet application. Python 2.7 version"
arch=('any')
@@ -11,10 +11,10 @@ license=('GPL3')
depends=('python2>=2.7.0' 'python2-numpy>=1.1.0' 'wxpython' 'python2-matplotlib'
'cairo>=1.8.8')
options=(!emptydirs)
-source=('https://pypi.python.org/packages/source/p/pyspread/pyspread-1.0.2.tar.gz')
+source=('https://pypi.python.org/packages/f9/01/a3b4be117b4ea69d0d2c96fdfff47de9a4c61ba8295ed4f4a6ca5eb60306/pyspread-1.0.3.tar.gz')
# The pyspread website lists another optional dependency: pyrsvg>=2.32, for
-# displaying SVG files in cells. I believe pyrsvg is included in cairo (from
-# the mandatory dependencies).
+# displaying SVG files in cells. But pyrsvg is included in cairo (from the
+# mandatory dependencies).
# See: https://manns.github.io/pyspread/download.html and on this site follow
# link to pyrsvg.
optdepends=('python2-gnupginterface: for opening files without approval' # in AUR
@@ -22,7 +22,9 @@ optdepends=('python2-gnupginterface: for opening files without approval' # in AU
'python2-xlwt: save Excel files' # in Community
'python2-jedi: TAB autocompletion and context help in the entry line' # in Community
'python2-basemap: for the weather example' ) # in Community
-md5sums=('0257adf5b5145c40808b40cca636af48')
+# To update the md5sum use the following command.
+# $ makepkg -g >> PKGBUILD
+md5sums=('b240c8fb57ce7354334982266fae47b5')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"