summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hanna2017-01-27 23:53:56 +0100
committerSimon Hanna2017-01-27 23:53:56 +0100
commit20b817aa1915b5cd9c06f7e7fc35c1a19a0a4633 (patch)
tree17f0b7eab30186ff9eb836810d90b72f1642045b /PKGBUILD
parent2e14ccddac5134bc0de7ff30703a6d3c3637468e (diff)
downloadaur-20b817aa1915b5cd9c06f7e7fc35c1a19a0a4633.tar.gz
upgpkg: python-robot-detection 0.4.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04ac36d7aba9..73ef48717a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=('python-robot-detection' 'python2-robot-detection')
_pkgbase='robot-detection'
-pkgver=0.3
+pkgver=0.4.0
pkgrel=1
pkgdesc="Library for detecting if a HTTP User Agent header is likely to be a bot"
arch=(any)
url="https://pypi.python.org/pypi/robot-detection"
license=('GPL')
options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/r/robot-detection/robot-detection-${pkgver}.tar.gz")
-sha256sums=('a5baf71cf69d95a167b6bd93e026bddd010d40adfc35bde02a61b651f61e6f47')
+source=("https://github.com/rory/robot-detection/archive/v${pkgver}.tar.gz")
+sha256sums=('9fa0423a890fd5856e5494076ba6e67abd2f4173d91c8b292819dfaa815b5060')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-robot-detection() {