summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlightning11412021-02-19 15:14:52 +0800
committerlightning11412021-02-19 15:14:52 +0800
commitc40dad731488346e51996f39959d09406e2e3c06 (patch)
tree412f383357deb0bb5e49799256c2b582e4fb434a
parentdcd43949d540b6f53027fc4fe71a9b4083bac890 (diff)
downloadaur-c40dad731488346e51996f39959d09406e2e3c06.tar.gz
bump version 10.3.1
update application name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92372ac44d35..e9cf3494e0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xmind-2020
pkgdesc = XMind - The most popular mind mapping software
- pkgver = 10.2.1
- pkgrel = 3
+ pkgver = 10.3.1
+ pkgrel = 0
url = https://www.xmind.net/
arch = x86_64
license = custom
@@ -13,7 +13,7 @@ pkgbase = xmind-2020
provides = xmind
provides = xmind-2020
conflicts = xmind-2020
- source = https://dl3.xmind.net/XMind-2020-for-Linux-amd-64bit-10.2.1-202008051959.deb
+ source = https://dl3.xmind.net/XMind-2020-for-Linux-amd-64bit-10.3.1-202101132117.deb
source = xmind-2020.xml
sha256sums = SKIP
sha256sums = 833f6f1a7ddd73ea2487a21390e16b57c3fa817a560f385a034efdd1ed754a8d
diff --git a/PKGBUILD b/PKGBUILD
index bddb1c44ef10..6f163d570eeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=xmind-2020
# the versin is from deb package
-pkgver=10.2.1
-pkgrel=3
+pkgver=10.3.1
+pkgrel=0
pkgdesc="XMind - The most popular mind mapping software"
arch=("x86_64")
url="https://www.xmind.net/"
@@ -12,7 +12,7 @@ license=('custom')
depends=('libxss' 'nss' 'libxtst' 'alsa-lib' 'gtk3')
provides=('xmind' "$pkgname")
conflicts=("$pkgname")
-source=("https://dl3.xmind.net/XMind-2020-for-Linux-amd-64bit-$pkgver-202008051959.deb"
+source=("https://dl3.xmind.net/XMind-2020-for-Linux-amd-64bit-$pkgver-202101132117.deb"
'xmind-2020.xml')
sha256sums=('SKIP'
@@ -31,6 +31,7 @@ package() {
mkdir -p ${pkgdir}/usr/share/mime/packages
install -Dm644 xmind-2020.xml ${pkgdir}/usr/share/mime/packages/
+ sed -i 's/Name=XMind/Name=XMind-2020/g' ${pkgdir}"/usr/share/applications/xmind.desktop"
mv ${pkgdir}"/usr/share/applications/xmind.desktop" ${pkgdir}"/usr/share/applications/xmind-2020.desktop"
mkdir -p ${pkgdir}/usr/share/licenses/xmind-2020