summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2018-12-26 17:30:18 +0100
committerRiccardo Berto2018-12-26 17:30:18 +0100
commit31e76c4d527bcc9df5723cc295e79d2986b8193d (patch)
treed72ea447c36de52bc2e07ceac9cdbc532cf0b6d7
parent8a1bebd79517fd20b8d6f5ea5861f03e6f73c127 (diff)
downloadaur-31e76c4d527bcc9df5723cc295e79d2986b8193d.tar.gz
v1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015719f73241..0432c7befb54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dataset
pkgdesc = Toolkit for Python-based database access.
- pkgver = 1.0.3
+ pkgver = 1.1.0
pkgrel = 1
url = http://github.com/pudo/dataset
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-dataset
depends = python
depends = python-sqlalchemy
depends = python-alembic
- source = https://files.pythonhosted.org/packages/source/d/dataset/dataset-1.0.3.tar.gz
- md5sums = f55e28e23af9e8f7a99f0a7529595445
+ source = https://files.pythonhosted.org/packages/source/d/dataset/dataset-1.1.0.tar.gz
+ md5sums = SKIP
pkgname = python-dataset
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index c80e46e90436..beb2ded27fa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=('python-dataset')
pkgname=('python-dataset')
_module='dataset'
-pkgver='1.0.3'
+pkgver='1.1.0'
pkgrel=1
pkgdesc="Toolkit for Python-based database access."
url="http://github.com/pudo/dataset"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/d/dataset/dataset-${pkgver}.tar.gz")
-md5sums=('f55e28e23af9e8f7a99f0a7529595445')
+md5sums=('SKIP')
build() {
cd "${srcdir}/${_module}-${pkgver}"