summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2018-06-05 01:37:35 +0200
committerNarrat2018-06-05 01:37:35 +0200
commit21e02969c536d5e2b7a1328bea0063011687b653 (patch)
tree64f53b100270ee688efbd4a58a0094c2f4d3e624
parent989c063e4cf613f2e2cf8a104bcdba81da21e762 (diff)
downloadaur-21e02969c536d5e2b7a1328bea0063011687b653.tar.gz
update to 1.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4064cde7edf1..95dcab259190 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jul 21 19:15:54 UTC 2016
pkgbase = python-spec
pkgdesc = Specification-style nosetests output for Python
- pkgver = 1.3.1
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/bitprophet/spec
arch = any
@@ -11,8 +9,8 @@ pkgbase = python-spec
makedepends = python2
makedepends = python-setuptools
makedepends = python2-setuptools
- source = spec-1.3.1.tar.gz::https://github.com/bitprophet/spec/archive/1.3.1.tar.gz
- md5sums = 6414e90f0c911a187b3439cd2e84f16e
+ source = spec-1.4.1.tar.gz::https://github.com/bitprophet/spec/archive/1.4.1.tar.gz
+ md5sums = edc89427ff58f2c22f3f3873318e3bc7
pkgname = python-spec
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 73d5afe54c73..36eda5c7dc0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-spec
pkgname=('python-spec' 'python2-spec')
-pkgver=1.3.1
+pkgver=1.4.1
pkgrel=1
pkgdesc='Specification-style nosetests output for Python'
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/bitprophet/spec'
license=('MIT')
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
source=(spec-${pkgver}.tar.gz::"https://github.com/bitprophet/spec/archive/${pkgver}.tar.gz")
-md5sums=('6414e90f0c911a187b3439cd2e84f16e')
+md5sums=('edc89427ff58f2c22f3f3873318e3bc7')
prepare() {
cp -a spec{,-py2}-${pkgver}