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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Aug 26 15:21:53 UTC 2014


    Date: Tuesday, August 26, 2014 @ 17:21:52
  Author: svenstaro
Revision: 117917

upgpkg: mygui 3.2.1-1

upstream release 3.2.1

Modified:
  mygui/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-26 15:10:46 UTC (rev 117916)
+++ PKGBUILD	2014-08-26 15:21:52 UTC (rev 117917)
@@ -3,8 +3,8 @@
 # Contributor: Andrew Belitsky <belitsky.a at gmail.com>
 pkgbase=mygui
 pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.0
-pkgrel=10
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="A multilayer and overlappable GUI System for OGRE"
 arch=('i686' 'x86_64')
 url="http://mygui.info/"
@@ -12,11 +12,11 @@
 depends=('boost-libs' 'ogre' 'ois')
 makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
 install=mygui.install
-source=("http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip")
-md5sums=('7c20486a0db82f497d8b7c5300613b61')
+source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz")
+md5sums=('43948f1c593d9a90ed4768a5baaa06f3')
 
 build() {
-  cd $srcdir/MyGUI_$pkgver
+  cd $srcdir/mygui-MyGUI$pkgver
 
   # change CMake config so demos install to /opt
   sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
@@ -48,7 +48,7 @@
 package_mygui() {
   optdepends=('mygui-docs: documentation')
 
-  cd $srcdir/MyGUI_$pkgver/build
+  cd $srcdir/mygui-MyGUI$pkgver/build
   
   make DESTDIR="$pkgdir" install
 
@@ -61,7 +61,7 @@
   pkgdesc="Documentation for mygui"
   depends=()
 
-  cd $srcdir/MyGUI_$pkgver/build
+  cd $srcdir/mygui-MyGUI$pkgver/build
   
   # install docs
   install -d $pkgdir/usr/share/doc/




More information about the arch-commits mailing list