summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Malkin2018-02-01 23:10:16 +0300
committerSergey Malkin2018-02-01 23:10:16 +0300
commit853a43fdecdfecc61ea4966056425fe6e4059edd (patch)
treea20ab089f89772997988ea5a5e3c183f89140858
parentdd2cc5af9b636fcd31973479c3ca119bff63371b (diff)
downloadaur-853a43fdecdfecc61ea4966056425fe6e4059edd.tar.gz
Updated to version 0.12.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ba448a33127..19279d232a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Feb 1 20:10:07 UTC 2018
pkgbase = python-quantities
pkgdesc = A Python package for handling physical quantities.
- pkgver = 0.11.1
+ pkgver = 0.12.1
pkgrel = 1
url = http://packages.python.org/quantities
arch = any
@@ -8,8 +10,8 @@ pkgbase = python-quantities
makedepends = python-setuptools
depends = python
depends = python-numpy
- source = https://github.com/python-quantities/python-quantities/archive/v0.11.1.tar.gz
- md5sums = a65e07e765bad0c53d872fa2f09f3c42
+ source = https://github.com/python-quantities/python-quantities/archive/v0.12.1.tar.gz
+ md5sums = e788b8007902d61d3fb27f6a886da1a4
pkgname = python-quantities
diff --git a/PKGBUILD b/PKGBUILD
index 329d49e4f5e9..c7b82760ea8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sergey Malkin <adresatt@gmail.com>
pkgname=python-quantities
-pkgver=0.11.1
+pkgver=0.12.1
pkgrel=1
pkgdesc="A Python package for handling physical quantities."
url="http://packages.python.org/quantities"
@@ -10,7 +10,7 @@ license=("BSD")
depends=("python" "python-numpy")
makedepends=("python-setuptools")
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=("a65e07e765bad0c53d872fa2f09f3c42")
+md5sums=("e788b8007902d61d3fb27f6a886da1a4")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"