summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2017-03-13 00:00:18 +0000
committerGrey Christoforo2017-03-13 00:00:18 +0000
commitcfcb2e55b08bc0fff358e50adc27e047a64e543c (patch)
tree9c37f5dd1eac3de0cb2f1c7bc4011eec95a9365c /PKGBUILD
parentd8608a4ae1f9613ef358da263068060f181536a8 (diff)
downloadaur-python-sdds.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"