summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2020-11-18 11:29:42 +0100
committerMikhail f. Shiryaev2020-11-18 11:29:42 +0100
commitff7e6f4e6523deddce8627cbd913eee1dc35a446 (patch)
tree585842a25b70768f1ece2f89e45719b4ba3d58d4
parent4757b29891e56de31943396d2be63edcaeb52816 (diff)
downloadaur-ff7e6f4e6523deddce8627cbd913eee1dc35a446.tar.gz
Update source url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e863f4e49353..4294367c504f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-tabulate-git
pkgdesc = Pretty-print tabular data in Python, a library and a command-line utility.
- pkgver = 0.8.3.r367.433dfc6
+ pkgver = 0.8.8.r437.2552e6d
pkgrel = 1
- url = https://bitbucket.org/astanin/python-tabulate
+ url = https://github.com/astanin/python-tabulate
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = tabulate::git+https://bitbucket.org/astanin/python-tabulate.git
+ source = tabulate::git+https://github.com/astanin/python-tabulate.git
sha1sums = SKIP
pkgname = python-tabulate-git
diff --git a/PKGBUILD b/PKGBUILD
index 18273d0ec873..c478111cd6c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_name=tabulate
pkgdesc='Pretty-print tabular data in Python, a library and a command-line utility.'
-url="https://bitbucket.org/astanin/python-tabulate"
+url="https://github.com/astanin/python-${_name}"
pkgbase="python-${_name}-git"
pkgname=("python-${_name}-git" "python2-${_name}-git")
-pkgver=0.8.3.r367.433dfc6
+pkgver=0.8.8.r437.2552e6d
pkgrel=1
arch=('any')
makedepends=('python-setuptools' 'python2-setuptools')