summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonic-Y3k2015-12-10 22:02:15 +0100
committerSonic-Y3k2015-12-10 22:02:15 +0100
commit3da7927f6db3e94c7e5e163148fda0fffced1a09 (patch)
treed70d12a66a561bbdfe50e98d0add0a6492387404
parent0bbfc5f657b78123ae6407be76195ba422b42c71 (diff)
downloadaur-3da7927f6db3e94c7e5e163148fda0fffced1a09.tar.gz
Fixed url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3895aec0a8dc..1bccc7919973 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 20:52:10 UTC 2015
+# Thu Dec 10 21:02:06 UTC 2015
pkgbase = python2-user-agents
pkgdesc = A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings
pkgver = 1.0.1
pkgrel = 1
- url = https://pypi.python.org/pypi/user_agent
+ url = https://pypi.python.org/pypi/user-agents
arch = any
license = MIT
makedepends = python
diff --git a/PKGBUILD b/PKGBUILD
index 050f999b263b..4b14612049ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgbase=python2-user-agents
pkgname=('python-user-agents' 'python2-user-agents')
pkgver=1.0.1
-pkgrel=1
+pkgrel=1
pkgdesc="A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings"
arch=('any')
-url="https://pypi.python.org/pypi/user_agent"
+url="https://pypi.python.org/pypi/user-agents"
license=('MIT')
makedepends=('python' 'python2')
source=("https://pypi.python.org/packages/source/u/user-agents/user-agents-${pkgver}.tar.gz")