summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormadflow2021-02-18 18:37:37 +0100
committermadflow2021-02-18 18:37:37 +0100
commit4d90ec2d9aa776f99045ff69b1984882939c0306 (patch)
tree071b2c4d1fbb1c340c34d68490b2a6c8963242a9
parent874112b23d0d98dab96f7d768a81cd28ac49c0d2 (diff)
downloadaur-4d90ec2d9aa776f99045ff69b1984882939c0306.tar.gz
update upstream download
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c1ff5d10af7..5ddced8d0cff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = omnidb-server
license = MIT
depends = python
options = !strip
- source_x86_64 = https://omnidb.org/dist/2.17.0/omnidb-server_2.17.0-debian-amd64.deb
+ source_x86_64 = https://github.com/OmniDB/OmniDB/releases/download/2.17.0/omnidb-server_2.17.0-debian-amd64.deb
sha256sums_x86_64 = dc92fbf34e52aa730fad239542310680d55a523cda9c770b0edc28e782839942
pkgname = omnidb-server
diff --git a/PKGBUILD b/PKGBUILD
index 2425e9853067..22a5e865fecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://omnidb.org/"
license=('MIT')
depends=('python')
-source_x86_64=("https://omnidb.org/dist/${pkgver}/omnidb-server_${pkgver}-debian-amd64.deb")
+source_x86_64=("https://github.com/OmniDB/OmniDB/releases/download/${pkgver}/omnidb-server_${pkgver}-debian-amd64.deb")
options=("!strip")
sha256sums_x86_64=('dc92fbf34e52aa730fad239542310680d55a523cda9c770b0edc28e782839942')