summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisaka135142024-01-20 11:51:50 +0800
committerMisaka135142024-01-20 11:52:25 +0800
commit92b1207192044e82d6e6ad32c8e8b578fa5e2aa7 (patch)
tree3e53c67c646dc576742d4c107c0a2a5f2e71cc82
parent40fe54cf2ef508d1e7f79d66bb6bd72e3f18d3e0 (diff)
downloadaur-92b1207192044e82d6e6ad32c8e8b578fa5e2aa7.tar.gz
easyeda-pro & lceda-pro: remove post_upgrade
upgpkg: easyeda-pro-bin 2.1.42-4 upgpkg: easyeda-pro-electron 2.1.42-3 upgpkg: lceda-pro-bin 2.1.44.1-4 upgpkg: lceda-pro 2.1.44.1-5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--easyeda-pro-bin.install7
3 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0826cc4bd1be..a6665f0445c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = easyeda-pro-bin
pkgdesc = EasyEDA Professional Edition
pkgver = 2.1.42
- pkgrel = 3
+ pkgrel = 4
url = https://pro.easyeda.com/
install = easyeda-pro-bin.install
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = easyeda-pro-bin
source = LICENSE-2.1.42.html::https://easyeda.com/page/legal
source = easyeda-pro-bin.install
sha256sums = SKIP
- sha256sums = cc1661c75c9366d2fe43c4b864cf81acb9aae7cab505ce21e7de2db3c68cde76
+ sha256sums = ab64abe7821e4ea37a0e4d1f77c94f37d6a51c7df2038ba7b609c640adf8e51d
source_x86_64 = easyeda-pro-x86_64-2.1.42.zip::https://image.easyeda.com/files/easyeda-pro-linux-x64-2.1.42.zip
sha256sums_x86_64 = 03e85bc4517f055a329e374a3f1dc2886504a46bd31c7e85683ead6995f75316
source_aarch64 = easyeda-pro-aarch64-2.1.42.zip::https://image.easyeda.com/files/easyeda-pro-linux-arm64-2.1.42.zip
diff --git a/PKGBUILD b/PKGBUILD
index f659fa99adc5..0f190912cc25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=easyeda-pro-bin
_pkgname=${pkgname%-bin}
pkgver=2.1.42
-pkgrel=3
+pkgrel=4
pkgdesc="EasyEDA Professional Edition"
arch=('x86_64' 'aarch64')
url="https://pro.easyeda.com/"
@@ -19,7 +19,7 @@ source=("LICENSE-$pkgver.html::https://easyeda.com/page/legal"
source_x86_64=("$_pkgname-x86_64-$pkgver.zip::https://image.easyeda.com/files/easyeda-pro-linux-x64-$pkgver.zip")
source_aarch64=("$_pkgname-aarch64-$pkgver.zip::https://image.easyeda.com/files/easyeda-pro-linux-arm64-$pkgver.zip")
sha256sums=('SKIP'
- 'cc1661c75c9366d2fe43c4b864cf81acb9aae7cab505ce21e7de2db3c68cde76')
+ 'ab64abe7821e4ea37a0e4d1f77c94f37d6a51c7df2038ba7b609c640adf8e51d')
sha256sums_x86_64=('03e85bc4517f055a329e374a3f1dc2886504a46bd31c7e85683ead6995f75316')
sha256sums_aarch64=('d0da5c8956f7ff09611b680442ba2691e4196101543da19b3efce40e759d3a23')
diff --git a/easyeda-pro-bin.install b/easyeda-pro-bin.install
index 79ec91948a3b..a2c62fa65632 100644
--- a/easyeda-pro-bin.install
+++ b/easyeda-pro-bin.install
@@ -1,8 +1,3 @@
post_install() {
- # Note to download activation file
- echo "You may want to download activation file at https://easyeda.com/page/desktop-client-activation"
-}
-
-post_upgrade() {
- post_install
+ echo "You may want to download activation file at https://easyeda.com/page/desktop-client-activation"
}