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 932628ce2046..8704b0824682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = winbox-xdg
depends = ttf-tahoma
optdepends = ttf-ms-fonts: for better fonts
conflicts = winbox
- source = winbox-3.40.exe::https://download.mikrotik.com/winbox/3.40/winbox64.exe
+ source = winbox-3.40.exe::https://download.mikrotik.com/routeros/winbox/3.40/winbox64.exe
source = winbox.desktop
source = winbox.png
source = winbox
diff --git a/PKGBUILD b/PKGBUILD
index 45cb78868200..f5ece26c345c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ optdepends=(
'ttf-ms-fonts: for better fonts'
)
install=${pkgname}.install
-source=("${_pkgname}-${pkgver}.exe::https://download.mikrotik.com/winbox/${pkgver}/${_pkgname}64.exe"
+source=("${_pkgname}-${pkgver}.exe::https://download.mikrotik.com/routeros/winbox/${pkgver}/winbox64.exe"
"${_pkgname}.desktop"
"${_pkgname}.png"
"${_pkgname}")