summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisaka135142024-01-20 11:51:50 +0800
committerMisaka135142024-01-20 11:52:25 +0800
commit8d944332148d8d8972958f0b77ec82f59a65a00a (patch)
tree62ca4cda8626b7eb1a690f1960050cee44ed828e
parentf8612c4ef88966004d21a1912371ed9695f82f1d (diff)
downloadaur-8d944332148d8d8972958f0b77ec82f59a65a00a.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-electron.install7
3 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e39feb71dc00..8ce3d799e0b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = easyeda-pro-electron
pkgdesc = EasyEDA Professional Edition. Run with system electron.
pkgver = 2.1.42
- pkgrel = 2
+ pkgrel = 3
url = https://pro.easyeda.com/
install = easyeda-pro-electron.install
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = easyeda-pro-electron
source = easyeda-pro-electron.install
source = easyeda-pro.sh
sha256sums = SKIP
- sha256sums = cc1661c75c9366d2fe43c4b864cf81acb9aae7cab505ce21e7de2db3c68cde76
+ sha256sums = ab64abe7821e4ea37a0e4d1f77c94f37d6a51c7df2038ba7b609c640adf8e51d
sha256sums = 89289056ed4b5d051280e3a69dfb550b6914f470f201be1ca3b165ddd4f3e435
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
diff --git a/PKGBUILD b/PKGBUILD
index 2676c50ab73e..5123509477ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=easyeda-pro-electron
_pkgname=${pkgname%-electron}
pkgver=2.1.42
-pkgrel=2
+pkgrel=3
pkgdesc="EasyEDA Professional Edition. Run with system electron."
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'
'89289056ed4b5d051280e3a69dfb550b6914f470f201be1ca3b165ddd4f3e435')
sha256sums_x86_64=('03e85bc4517f055a329e374a3f1dc2886504a46bd31c7e85683ead6995f75316')
sha256sums_aarch64=('d0da5c8956f7ff09611b680442ba2691e4196101543da19b3efce40e759d3a23')
diff --git a/easyeda-pro-electron.install b/easyeda-pro-electron.install
index 79ec91948a3b..a2c62fa65632 100644
--- a/easyeda-pro-electron.install
+++ b/easyeda-pro-electron.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"
}