summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Pałubicki2019-03-16 21:11:01 +0100
committerMichał Pałubicki2019-03-16 21:19:36 +0100
commit6010c92eec6297a643029b8113055e544adbdc03 (patch)
treedc0dd764e7b54de6365bd6d56c6eeea58d424b1d
parentea4ca69ba8607ad42e03647c1741a1ccfe8d222f (diff)
downloadaur-6010c92eec6297a643029b8113055e544adbdc03.tar.gz
Update to version 0.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a887f298a0b..a04b5fa30fad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-agate-dbf
pkgdesc = Adds read support for dbf files to agate
- pkgver = 0.2.0
- pkgrel = 4
+ pkgver = 0.2.1
+ pkgrel = 1
url = http://agate-dbf.readthedocs.org/
arch = any
license = MIT
@@ -11,8 +11,8 @@ pkgbase = python-agate-dbf
depends = python-agate>=1.5.0
depends = python-dbfread>=2.0.5
depends = python-sphinx_rtd_theme>=0.1.6
- source = https://github.com/wireservice/agate-dbf/archive/0.2.0.tar.gz
- sha256sums = fcdb80a52f1738da7313ef7ccc6476254ae4bca9c77fe548bd478cc8b1de34c9
+ source = https://github.com/wireservice/agate-dbf/archive/0.2.1.tar.gz
+ sha256sums = de6ec33fb3e033c4c74376997265e57fbd585195acf0386e28550209bae94a08
pkgname = python-agate-dbf
diff --git a/PKGBUILD b/PKGBUILD
index 2d108a6fc10f..df7c16bd4f9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=agate-dbf
pkgname=python-$_pkgname
-pkgver=0.2.0
-pkgrel=4
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Adds read support for dbf files to agate"
arch=('any')
url="http://agate-dbf.readthedocs.org/"
@@ -20,7 +20,7 @@ makedepends=(
'python-sphinx>=1.2.2'
)
source=("https://github.com/wireservice/agate-dbf/archive/${pkgver}.tar.gz")
-sha256sums=('fcdb80a52f1738da7313ef7ccc6476254ae4bca9c77fe548bd478cc8b1de34c9')
+sha256sums=('de6ec33fb3e033c4c74376997265e57fbd585195acf0386e28550209bae94a08')
package() {
cd "$srcdir/$_pkgname-$pkgver"