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

Felix Yan fyan at archlinux.org
Fri Jan 8 09:40:24 UTC 2016


    Date: Friday, January 8, 2016 @ 10:40:24
  Author: fyan
Revision: 155715

upgpkg: xmind 3.6.1-1

Modified:
  xmind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-08 08:58:09 UTC (rev 155714)
+++ PKGBUILD	2016-01-08 09:40:24 UTC (rev 155715)
@@ -4,8 +4,8 @@
 # Contributor: Jelle van der Waa <jellevdwaa at gmail.com>
 
 pkgname=xmind
-pkgver=3.6.0
-_pkgdate=201511090408
+pkgver=3.6.1
+_filename=$pkgname-7-update1-linux
 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://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')
+source_i686=("http://www.xmind.net/xmind/downloads/${_filename}_i386.deb")
+source_x86_64=("http://www.xmind.net/xmind/downloads/${_filename}_amd64.deb")
+sha512sums_i686=('dc1e803ea1b268eee118c0515a1b3448923c8c9301396cfcf4f44fe20712cf3df16d70ec8e08a5a0b27d0aec137c9375599622874d739e3660c5dd80a11e9590')
+sha512sums_x86_64=('1ee023b573f861d02223664d4136363763f8532613503f3c80db867dc655169446338d78a3b2d74d99cca80a2702bcd5ff08d96950946bc35b1ae62379cdb397')
 
 build() {
   if [[ "$CARCH" == "i686" ]]; then
-    ar x "${pkgname}7-linux-${pkgver}.R-${_pkgdate}_i386.deb"
+    ar x "${_filename}_i386.deb"
   else
-    ar x "${pkgname}7-linux-${pkgver}.R-${_pkgdate}_amd64.deb"
+    ar x "${_filename}_amd64.deb"
   fi
 }
 



More information about the arch-commits mailing list