summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--stcai-isp-tiny-wine.install10
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e17ec111c4a..02de3a138ac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = stc-isp-wine
conflicts = stc-isp-bin
replaces = stc-isp-bin
options = !strip
+ options = !debug
source = stcai-isp-v6.94E.zip::http://www.stcmcudata.com/STCISP/stcai-isp-v6.94E.zip
source = stcai-isp-tiny-v6.94E.zip::http://www.stcmcudata.com/STCISP/stcai-isp-v6.94E-tiny.zip
source = stcai-isp-wine.install
@@ -26,7 +27,7 @@ pkgbase = stc-isp-wine
sha256sums = ccfa333783e09bdd02f1345ee02ef69df57d19f9c30373ee68e33ef153bbc827
sha256sums = 2d46b8beeb42e53b0fbbbf9210bdfccf2b02811e3945731de0e684cfec9b422f
sha256sums = ddcf8bdd41c3bd5f1b004bff265516efe64e730be534a2e85f44c76c865b6bd4
- sha256sums = ddcf8bdd41c3bd5f1b004bff265516efe64e730be534a2e85f44c76c865b6bd4
+ sha256sums = 5b0dfb11fd800bde3147518f17e62f77041dba29cc4443e36d12324b6a5ebf4a
sha256sums = c04d3cf704c9055e4b0bb010d946c5e90710677c459def826f762c8e9d717538
pkgname = stcai-isp-wine
diff --git a/PKGBUILD b/PKGBUILD
index 20fe801ae373..c00dda9c88c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('wine' 'wqy-microhei' 'winetricks' 'wine-mono' 'wine-gecko')
optdepends=()
makedepends=('libarchive')
backup=()
-options=('!strip')
+options=('!strip' '!debug')
install=${pkgname}.install
source=("${pkgname%-wine}-v${pkgver}.zip::http://www.stcmcudata.com/STCISP/${pkgname%-wine}-v${pkgver}.zip"
"${pkgname%-wine}-tiny-v${pkgver}.zip::http://www.stcmcudata.com/STCISP/${pkgname%-wine}-v${pkgver}-tiny.zip"
@@ -24,7 +24,7 @@ source=("${pkgname%-wine}-v${pkgver}.zip::http://www.stcmcudata.com/STCISP/${pkg
sha256sums=('ccfa333783e09bdd02f1345ee02ef69df57d19f9c30373ee68e33ef153bbc827'
'2d46b8beeb42e53b0fbbbf9210bdfccf2b02811e3945731de0e684cfec9b422f'
'ddcf8bdd41c3bd5f1b004bff265516efe64e730be534a2e85f44c76c865b6bd4'
- 'ddcf8bdd41c3bd5f1b004bff265516efe64e730be534a2e85f44c76c865b6bd4'
+ '5b0dfb11fd800bde3147518f17e62f77041dba29cc4443e36d12324b6a5ebf4a'
'c04d3cf704c9055e4b0bb010d946c5e90710677c459def826f762c8e9d717538')
# noextract=("${pkgname%-wine}-v${pkgver}.zip"
# "${pkgname%-wine}-tiny-v${pkgver}.zip")
diff --git a/stcai-isp-tiny-wine.install b/stcai-isp-tiny-wine.install
index d8a2c94509dc..e3ec225b91bc 100644
--- a/stcai-isp-tiny-wine.install
+++ b/stcai-isp-tiny-wine.install
@@ -1,15 +1,15 @@
info() {
- echo -e "STCAI-ISP 下载编程烧录软件"
+ echo -e "STCAI-ISP-TINY 下载编程烧录软件"
}
post_install() {
info
}
post_upgrade() {
- echo "deleting the stcai-isp bottle..."
- find /home -maxdepth 2 -name ".stcai-isp" -exec rm -rf {} \;
+ echo "deleting the stcai-isp-tiny bottle..."
+ find /home -maxdepth 2 -name ".stcai-isp-tiny" -exec rm -rf {} \;
info
}
pre_remove() {
- echo "deleting the stcai-isp bottle..."
- find /home -maxdepth 2 -name ".stcai-isp" -exec rm -rf {} \;
+ echo "deleting the stcai-isp-tiny bottle..."
+ find /home -maxdepth 2 -name ".stcai-isp-tiny" -exec rm -rf {} \;
}