summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Pałubicki2018-04-07 17:29:44 +0200
committerMichał Pałubicki2018-04-07 17:39:24 +0200
commit75721f021c93be76d211359305a2db0dd15b3337 (patch)
treec3a4d907fa9a7d12a28e552989b541c04dfe918c
parent703e53f209faf5a98a8c32f98db38b1f10eb6688 (diff)
downloadaur-75721f021c93be76d211359305a2db0dd15b3337.tar.gz
Correct url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6d4b59e642..8d773f45c2f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-cubes
pkgdesc = Lightweight framework for Online Analytical Processing (OLAP) and multidimensional analysis
pkgver = 1.1
- pkgrel = 1
- url = https://leather.readthedocs.io/
+ pkgrel = 2
+ url = http://cubes.databrewery.org/
arch = any
license = custom
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index cfe16b848368..9c3977260bc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=cubes
pkgname=python-$_pkgname
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight framework for Online Analytical Processing (OLAP) and multidimensional analysis"
arch=("any")
-url="https://leather.readthedocs.io/"
+url="http://cubes.databrewery.org/"
license=("custom")
depends=("python"
"python-dateutil"