summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2024-01-03 11:44:54 +0800
committertaotieren2024-01-03 11:44:54 +0800
commitb851a013d950445e5b20865689e6372487d67fee (patch)
treee0145e8303a72c2b4926de360fcf35bb6aaee208 /PKGBUILD
parent7332718555b66834a821d5fc3dc604d88aadf43d (diff)
downloadaur-edrawproject-en.tar.gz
update 3.3.1-0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 8 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 778bcb05120b..3c9234cc4eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: taotieren <admin@taotieren.com>
-# edrawmax global edition
+# edrawproject global edition
pkgname=edrawproject-en
-_pkgname=EdrawProj-1
-pkgver=1.3.0
-pkgrel=1
+_pkgname=EdrawProj-3
+pkgver=3.3.1
+pkgrel=0
arch=('x86_64')
options=(!strip)
provides=("edrawproject")
conflicts=("edrawproject")
-pkgdesc="EdrawProj - A professional Gantt chart tool to plan, manage and track you projects,process and resourecs."
+pkgdesc="EdrawProj - A professional Gantt chart tool to plan, manage and track you projects,process and resourecs. -- Global Edition"
license=('Commercial')
url="https://www.edrawsoft.com/edraw-project/"
-source_x86_64=("${pkgname}-${CARCH}-${pkgver}.deb::https://www.edrawsoft.com/archives/edrawproject-1-amd64-en.deb")
-sha256sums_x86_64=('c4ac10afa91348b12d63d44485bdd5c7c7c990b96a07264556c882daca95151c')
+source_x86_64=("${pkgname}-${pkgver}.deb::https://download.edrawsoft.com/archives/edrawproject_en_full5372.deb")
+sha256sums_x86_64=('3d70f73ef29b6f95e0fe851093fe539fbc6c2bdc4de6857b29bf4a26d8cebd7b')
prepare() {
# ar -x *.deb
@@ -30,10 +30,5 @@ package() {
ln -sf "/opt/${_pkgname}/edrawproj.sh" "${pkgdir}/usr/bin/edrawproject"
ln -sf "/opt/${_pkgname}/edrawproject.png" "${pkgdir}/usr/share/icons/edrawproject.png"
- install -Dm0755 /dev/stdin ${pkgdir}/usr/bin/${pkgname%-en} << EOF
-#!/usr/bin/env bash
-
-cd /opt/${_pkgname}
-./EdrawProject
-EOF
+ rm -rf ${pkgdir}/usr/share/applications/.*
}