summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-04-26 11:38:29 -0700
committerDonald Webster2020-04-26 11:38:29 -0700
commitd9365a21a654ddee0eca7976e1f377d4a57c30e1 (patch)
tree24ac1513f22999394cb5a6652dbf5ab9143b1ddc
parentdd7c8d4347787548fe7a759f62178a2724cbf273 (diff)
downloadaur-d9365a21a654ddee0eca7976e1f377d4a57c30e1.tar.gz
Use the github release.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19b5566c5f75..a03e4de1b635 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,8 @@ pkgbase = runrestic
depends = python-toml
depends = python-jsonschema
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/r/runrestic/runrestic-0.5.4.tar.gz
- sha256sums = 07db9449f9b1359601b91918e64a6acf6d702dcec10a747e1816611774952bd9
+ source = runrestic-0.5.4.tar.gz::https://github.com/andreasnuesslein/runrestic/archive/0.5.4.tar.gz
+ sha256sums = b2799fe3679189128fcf5702a6ee99ce1d52e589af5f713ba41b25b3dd0a33fa
pkgname = runrestic
diff --git a/PKGBUILD b/PKGBUILD
index a27da8a5ef55..0895119228a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,9 +15,9 @@ depends=('restic'
checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("runrestic-${pkgver}.tar.gz::https://github.com/andreasnuesslein/runrestic/archive/${pkgver}.tar.gz")
-sha256sums=('07db9449f9b1359601b91918e64a6acf6d702dcec10a747e1816611774952bd9')
+sha256sums=('b2799fe3679189128fcf5702a6ee99ce1d52e589af5f713ba41b25b3dd0a33fa')
check() {
cd "${pkgname}-${pkgver}"