summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Lane2017-01-12 22:29:06 +0000
committerJohn Lane2017-01-12 22:29:06 +0000
commitc0e1197d29d1865ff1430419512b9f94d3f53f54 (patch)
tree3eab34352e66f30b885536827a7bc503853751b1
parent4fcb152ea2779a86932f0a47e653d8e4ba1c7308 (diff)
downloadaur-c0e1197d29d1865ff1430419512b9f94d3f53f54.tar.gz
update hosting location
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD5
3 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a30fd6383bc..662150258758 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ pkgbase = pyzor
pkgdesc = Detect and block spam using identifying digests of messages.
pkgver = 1.0.0
pkgrel = 1
- url = http://pyzor.sourceforge.net/
+ url = https://github.com/SpamExperts/pyzor
arch = any
license = GPL
makedepends = python2-setuptools
depends = python2
- source = https://pypi.python.org/packages/source/p/pyzor/pyzor-1.0.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyzor/pyzor-1.0.0.tar.gz
sha256sums = 10ea114bdee2eee5edd6afe8eeddaaf605620445977ae019a3e9b1cbb6bc3b27
pkgname = pyzor
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..9d174fb6bbef
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.un~
+*.swp
+pkg/
+src/
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 3694f001b850..bbd7cdc37425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,12 @@ pkgver=1.0.0
pkgrel=1
pkgdesc="Detect and block spam using identifying digests of messages."
arch=('any')
-url="http://pyzor.sourceforge.net/"
+url="https://github.com/SpamExperts/pyzor"
license=('GPL')
makedepends=('python2-setuptools')
depends=('python2')
-source=(https://pypi.python.org/packages/source/p/pyzor/${pkgname}-${pkgver}.tar.gz)
+#source=(https://pypi.python.org/packages/source/p/pyzor/${pkgname}-${pkgver}.tar.gz)
+source=(https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('10ea114bdee2eee5edd6afe8eeddaaf605620445977ae019a3e9b1cbb6bc3b27')
package() {