summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleetking2019-12-03 20:17:54 +0800
committerleetking2019-12-03 20:17:54 +0800
commitfdfe9d7d957e3849c0ee68319849582ccef6bdfe (patch)
tree79233cb08238163b97dca05fe6503ed4380ffd23
parenta3f78c84f9cc330cdf62ec804f3df145a34c716b (diff)
downloadaur-fdfe9d7d957e3849c0ee68319849582ccef6bdfe.tar.gz
Fix a mistake
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e9439ef7115..f76d89faf468 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xmind-zen
pkgdesc = XMind ZEN - The most popular mind mapping software
pkgver = 10.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.xmind.net/
arch = x86_64
license = custom
@@ -9,7 +9,7 @@ pkgbase = xmind-zen
depends = nss
depends = libxtst
depends = alsa-lib
- depends = gtk
+ depends = gtk3
source = https://dl2.xmind.cn/XMind-ZEN-for-Linux-amd-64bit-10.0.0-201911260056.deb
source = xmind.xml
sha256sums = 6c8283e23d9d57d3eb3b8f3bddf8208d99e6c6ecffe537e69293027bd0c56ed0
diff --git a/PKGBUILD b/PKGBUILD
index 18b97b1a8ed2..abfbde78293c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=xmind-zen
# the versin is from deb package
pkgver=10.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="XMind ZEN - The most popular mind mapping software"
arch=("x86_64")
url="https://www.xmind.net/"
license=('custom')
-depends=('libxss' 'nss' 'libxtst' 'alsa-lib' 'gtk')
+depends=('libxss' 'nss' 'libxtst' 'alsa-lib' 'gtk3')
source=("https://dl2.xmind.cn/XMind-ZEN-for-Linux-amd-64bit-$pkgver-201911260056.deb"
'xmind.xml')
@@ -19,7 +19,9 @@ sha256sums=('6c8283e23d9d57d3eb3b8f3bddf8208d99e6c6ecffe537e69293027bd0c56ed0'
package() {
tar xf data.tar.xz -C ${pkgdir}/
- chmod 755 /opt/XMind ZEN/ /opt/XMind ZEN/locales/ /opt/XMind ZEN/resources/
+ chmod 755 ${pkgdir}"/opt/XMind ZEN/" \
+ ${pkgdir}"/opt/XMind ZEN/locales/" \
+ ${pkgdir}"/opt/XMind ZEN/resources/"
mkdir -p ${pkgdir}/usr/bin/
ln -s "/opt/XMind ZEN/XMind" ${pkgdir}/usr/bin/xmind-zen