summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-03-13 00:00:18 +0000
committerGrey Christoforo2017-03-13 00:00:18 +0000
commitcfcb2e55b08bc0fff358e50adc27e047a64e543c (patch)
tree9c37f5dd1eac3de0cb2f1c7bc4011eec95a9365c
parentd8608a4ae1f9613ef358da263068060f181536a8 (diff)
downloadaur-cfcb2e55b08bc0fff358e50adc27e047a64e543c.tar.gz
bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2da116ba7a8b..04b03aa3cb23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Mar 12 21:16:40 UTC 2017
+# Mon Mar 13 00:00:14 UTC 2017
pkgbase = python-sdds
pkgdesc = Pure python parser for the sdds file format
- pkgver = 0.12
+ pkgver = 0.13
pkgrel = 1
url = https://github.com/greyltc/python-sdds/
arch = any
license = MIT
depends = python-numpy
- source = https://github.com/greyltc/python-sdds/archive/v0.12.tar.gz
- md5sums = 8b59f4281d89efffd361943661372556
+ source = https://github.com/greyltc/python-sdds/archive/v0.13.tar.gz
+ md5sums = 6f36221d2899a8648a5ec380bb14f60f
pkgname = python-sdds
diff --git a/PKGBUILD b/PKGBUILD
index 81ec123f9f2d..d0534c9326e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Grey Christoforo <grey at christoforo dot net>
pkgname=python-sdds
-pkgver=0.12
+pkgver=0.13
pkgrel=1
pkgdesc="Pure python parser for the sdds file format"
arch=('any')
url="https://github.com/greyltc/python-sdds/"
license=('MIT')
depends=('python-numpy')
-source=("https://github.com/greyltc/python-sdds/archive/v0.12.tar.gz")
-md5sums=('8b59f4281d89efffd361943661372556')
+source=("https://github.com/greyltc/python-sdds/archive/v${pkgver}.tar.gz")
+md5sums=('6f36221d2899a8648a5ec380bb14f60f')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"