summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')