[arch-commits] Commit in xmind/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Nov 11 07:22:20 UTC 2015


    Date: Wednesday, November 11, 2015 @ 08:22:20
  Author: fyan
Revision: 146572

upgpkg: xmind 3.6.0-1

Modified:
  xmind/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-11 06:09:48 UTC (rev 146571)
+++ PKGBUILD	2015-11-11 07:22:20 UTC (rev 146572)
@@ -4,8 +4,8 @@
 # Contributor: Jelle van der Waa <jellevdwaa at gmail.com>
 
 pkgname=xmind
-pkgver=3.5.3
-_pkgdate=201506180105
+pkgver=3.6.0
+_pkgdate=201511090408
 pkgrel=1
 pkgdesc="Brainstorming and Mind Mapping Software"
 arch=('i686' 'x86_64')
@@ -14,16 +14,16 @@
 depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 'shared-mime-info' 'libxext')
 optdepends=('lame: needed for the feature audio notes')
 install=xmind.install
-source_i686=("http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_i386.deb")
-source_x86_64=("http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_amd64.deb")
-sha512sums_i686=('a6d51ab84fe5ab4a0c4271a27c6392f3655a94f43434a28b63eece7a430a92fdb92e26a796a2b81aa5ff51ee5818332407588b302ca46875415568d5e6e7e8c4')
-sha512sums_x86_64=('1f019b22d7332e5b6d1dfad883a82e7e29a64e3ac29a7d3cd8d2662cd47fff692c6691715d9d5e418c34531760e40f74396ded290a15dcea4e334cb7749eb10f')
+source_i686=("http://www.xmind.net/xmind/downloads/${pkgname}7-linux-${pkgver}.R-${_pkgdate}_i386.deb")
+source_x86_64=("http://www.xmind.net/xmind/downloads/${pkgname}7-linux-${pkgver}.R-${_pkgdate}_amd64.deb")
+sha512sums_i686=('1724e82754b16ab1dfdc2543eb5679c186d3c6f4c2d54ba34dfc09d39f4f5b5b933c6e173e1fcba4005801889bd5d5c87fa1134b6b8da83771fea451056f3fdb')
+sha512sums_x86_64=('c6599b057c5fe1fbee2e7e057a58951ded4e0767b881c2df253bb05f80df2806bae63989384ecc6fe1b5fb191a03542374001e5b81b89b5fba71bc002a1e7e61')
 
 build() {
   if [[ "$CARCH" == "i686" ]]; then
-    ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_i386.deb"
+    ar x "${pkgname}7-linux-${pkgver}.R-${_pkgdate}_i386.deb"
   else
-    ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_amd64.deb"
+    ar x "${pkgname}7-linux-${pkgver}.R-${_pkgdate}_amd64.deb"
   fi
 }
 



More information about the arch-commits mailing list