summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-05-17 09:20:57 +0200
committerRiccardo Berto2019-05-17 09:20:57 +0200
commite1036378e454e26f0646c076efd99d0d67195526 (patch)
treed0c7e6553a49000a22112c6ac5cab8be43caa13e
parent31e76c4d527bcc9df5723cc295e79d2986b8193d (diff)
downloadaur-e1036378e454e26f0646c076efd99d0d67195526.tar.gz
upgpkg: python-dataset 1.1.2-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0432c7befb54..440125080be8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,15 @@
pkgbase = python-dataset
pkgdesc = Toolkit for Python-based database access.
- pkgver = 1.1.0
+ pkgver = 1.1.2
pkgrel = 1
url = http://github.com/pudo/dataset
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- depends = python-sqlalchemy
- depends = python-alembic
- source = https://files.pythonhosted.org/packages/source/d/dataset/dataset-1.1.0.tar.gz
- md5sums = SKIP
+ source = https://files.pythonhosted.org/packages/source/d/dataset/dataset-1.1.2.tar.gz
+ sha256sums = 06e6e8166a2ce12524ffbed97b82866caeaa2dd8e85ee65baccf3b815528e22e
pkgname = python-dataset
depends = python
- depends = python-sqlalchemy
- depends = python-alembic
diff --git a/PKGBUILD b/PKGBUILD
index beb2ded27fa2..d2af824dd032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-pkgbase=('python-dataset')
+pkgbase='python-dataset'
pkgname=('python-dataset')
_module='dataset'
-pkgver='1.1.0'
+pkgver='1.1.2'
pkgrel=1
pkgdesc="Toolkit for Python-based database access."
url="http://github.com/pudo/dataset"
-depends=('python' 'python-sqlalchemy' 'python-alembic')
+depends=('python')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/d/dataset/dataset-${pkgver}.tar.gz")
-md5sums=('SKIP')
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
+sha256sums=('06e6e8166a2ce12524ffbed97b82866caeaa2dd8e85ee65baccf3b815528e22e')
build() {
cd "${srcdir}/${_module}-${pkgver}"