summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracerix2018-04-16 16:02:02 +0000
committeracerix2018-04-16 16:02:02 +0000
commit6e505f40decd9174a7a2c64be0f66ee10560f2f3 (patch)
treee40b5304860d1b189701ae7b8ed7c8dff3be7c1e
parent6cddcddb3c91e3e4435a632a3a5609aeaf3559b8 (diff)
downloadaur-6e505f40decd9174a7a2c64be0f66ee10560f2f3.tar.gz
Switch source url to github since there is an error now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7f11a0281c..d458b53dc1ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = python-daemonocle
makedepends = python-setuptools
depends = python-click
depends = python-psutil
- source = https://pypi.python.org/packages/source/d/daemonocle/daemonocle-1.0.1.tar.gz
- sha256sums = a8fc48d55f6390302a9a1816ad488cba640e70948f750d4c8fe5a401294dab68
+ source = https://github.com/jnrbsn/daemonocle/archive/v1.0.1.tar.gz
+ sha256sums = 25f51874c7a56e92901fc4f501d6e9ffffb88cbae36cdf19fd7aa8ecbdfd520e
pkgname = python-daemonocle
diff --git a/PKGBUILD b/PKGBUILD
index 6b9dbe2bfd67..bd848263e9fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ depends=('python-click' 'python-psutil')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')
-source=("https://pypi.python.org/packages/source/d/daemonocle/daemonocle-$pkgver.tar.gz")
-sha256sums=('a8fc48d55f6390302a9a1816ad488cba640e70948f750d4c8fe5a401294dab68')
+source=("$url/archive/v$pkgver.tar.gz")
+sha256sums=('25f51874c7a56e92901fc4f501d6e9ffffb88cbae36cdf19fd7aa8ecbdfd520e')
build() {
cd "$srcdir/daemonocle-$pkgver"