summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlightning11412021-06-28 12:51:29 +0800
committerlightning11412021-06-28 12:51:29 +0800
commit97a6e900843dc77f385907e26f5ee2777c2b5a9a (patch)
tree942d0c787d42db8169394550e0515248372391b1
parentc40dad731488346e51996f39959d09406e2e3c06 (diff)
downloadaur-97a6e900843dc77f385907e26f5ee2777c2b5a9a.tar.gz
bump version 11.0.1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9cf3494e0ef..bd1c62db2a1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmind-2020
pkgdesc = XMind - The most popular mind mapping software
- pkgver = 10.3.1
+ pkgver = 11.0.1
pkgrel = 0
url = https://www.xmind.net/
arch = x86_64
@@ -13,10 +13,9 @@ pkgbase = xmind-2020
provides = xmind
provides = xmind-2020
conflicts = xmind-2020
- source = https://dl3.xmind.net/XMind-2020-for-Linux-amd-64bit-10.3.1-202101132117.deb
+ source = https://dl3.xmind.net/XMind-for-Linux-x86-64bit-11.0.1-202106220606.rpm
source = xmind-2020.xml
sha256sums = SKIP
sha256sums = 833f6f1a7ddd73ea2487a21390e16b57c3fa817a560f385a034efdd1ed754a8d
pkgname = xmind-2020
-
diff --git a/PKGBUILD b/PKGBUILD
index 6f163d570eeb..3436ce3221be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xmind-2020
# the versin is from deb package
-pkgver=10.3.1
+pkgver=11.0.1
pkgrel=0
pkgdesc="XMind - The most popular mind mapping software"
arch=("x86_64")
@@ -12,14 +12,15 @@ 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-202101132117.deb"
+source=("https://dl3.xmind.net/XMind-for-Linux-x86-64bit-$pkgver-202106220606.rpm"
'xmind-2020.xml')
sha256sums=('SKIP'
'833f6f1a7ddd73ea2487a21390e16b57c3fa817a560f385a034efdd1ed754a8d')
package() {
- tar xf data.tar.xz -C ${pkgdir}/
+ cp -a ${srcdir}/opt ${pkgdir}/opt
+ cp -a ${srcdir}/usr ${pkgdir}/usr
chmod 755 ${pkgdir}"/opt/XMind/" \
${pkgdir}"/opt/XMind/locales/" \