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 52c1790068ff..c7d16e5ab4b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = dostron
arch = any
license = GPL-3.0
depends = electron
- source = https://github.com/he-yaowen/dostron/releases/download/v0.1.0/dostron-0.1.0-aur-any.tar.xz
+ source = https://github.com/he-yaowen/dostron/releases/download/v0.1.0/dostron-0.1.0-asar.tar.xz
sha256sums = 2465091b4fd58d4e34ba339a1a73bedb758a88ae5162d108f10cb965f65f8b8e
pkgname = dostron
diff --git a/PKGBUILD b/PKGBUILD
index 001ac61f623e..c284adef9db3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("any")
url="https://github.com/he-yaowen/dostron"
license=("GPL-3.0")
depends=("electron")
-source=(https://github.com/he-yaowen/dostron/releases/download/v$pkgver/$pkgname-$pkgver-aur-$arch.tar.xz)
+source=(https://github.com/he-yaowen/dostron/releases/download/v$pkgver/$pkgname-$pkgver-asar.tar.xz)
sha256sums=("2465091b4fd58d4e34ba339a1a73bedb758a88ae5162d108f10cb965f65f8b8e")
build() {