summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21eac67a57b5..3d742001955a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = python-pacparser
pkgdesc = Python 3.x pacparser module
pkgver = 1.3.1
pkgrel = 2
- url = http://pacparser.googlecode.com
+ url = https://github.com/pacparser/pacparser
arch = i686
arch = x86_64
license = LGPL
depends = python
options = !makeflags
- source = http://pacparser.googlecode.com/files/pacparser-1.3.1.tar.gz
- sha512sums = 20295667d92eb5385429c085c14ca8dc1ba216487ff474304433f99119216934be2dd1647452173418de31f5345679dd7159eafd331e40a2b87564f878d31349
+ source = https://github.com/pacparser/pacparser/archive/1.3.1.tar.gz
+ sha256sums = d8a6f50d9697c7a40d7dbe180be3a7685390b1a80e537bd5b7c6215ec80c41c3
pkgname = python-pacparser
diff --git a/PKGBUILD b/PKGBUILD
index 1a9afaf28ef5..86475e65782b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@ pkgname='python-pacparser'
pkgver=1.3.1
pkgrel=2
arch=(i686 x86_64)
-url="http://pacparser.googlecode.com"
+url="https://github.com/pacparser/pacparser"
license=('LGPL')
depends=('python')
options=('!makeflags')
pkgdesc="Python 3.x pacparser module"
-source=("http://pacparser.googlecode.com/files/pacparser-${pkgver}.tar.gz")
+source=("https://github.com/pacparser/pacparser/archive/${pkgver}.tar.gz")
+sha256sums=('d8a6f50d9697c7a40d7dbe180be3a7685390b1a80e537bd5b7c6215ec80c41c3')
build() {
cd pacparser-$pkgver
@@ -25,4 +26,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-sha512sums=('20295667d92eb5385429c085c14ca8dc1ba216487ff474304433f99119216934be2dd1647452173418de31f5345679dd7159eafd331e40a2b87564f878d31349')