makedeb


mygui-ogre 3.4.3-1


A library for creating Graphical User Interfaces for games and 3D applications

Click here to go back to the commit logs for mygui-ogre.

Commit:


Hash: fde3fcdd9e9f83cf4534c44c39d4d742e0409a9e

Message: Update to 3.4.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a0bd79e..4874931 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,15 +3,15 @@ pkgname = mygui-ogre
 pkgbase = mygui-ogre
 pkgdesc = A library for creating Graphical User Interfaces for games and 3D applications
 pkgrel = 1
-pkgver = 3.4.2
+pkgver = 3.4.3
 url = http://mygui.info/
 arch = i686
-arch = x86_64
+arch = amd64
 depends = ogre
 depends = libois-dev
 license = LGPL
 makedepends = cmake
 provides = mygui
-source = https://github.com/MyGUI/mygui/archive/MyGUI3.4.2.tar.gz
-sha256sums = 1cc45fb96c9438e3476778449af0378443d84794a458978a29c75306e45dd45a
+source = https://github.com/MyGUI/mygui/archive/MyGUI3.4.3.tar.gz
+sha256sums = 33c91b531993047e77cace36d6fea73634b8c17bd0ed193d4cd12ac7c6328abd
 makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 7df2fc0..0636593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
 # Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
 
 pkgname=mygui-ogre
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc="A library for creating Graphical User Interfaces for games and 3D applications"
-arch=('i686' 'x86_64')
+arch=('i686' 'amd64')
 url="http://mygui.info/"
 license=('LGPL')
 depends=('ogre' 'libois-dev')
 makedepends=('cmake')
 provides=('mygui')
 source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz")
-sha256sums=('1cc45fb96c9438e3476778449af0378443d84794a458978a29c75306e45dd45a')
+sha256sums=('33c91b531993047e77cace36d6fea73634b8c17bd0ed193d4cd12ac7c6328abd')
 
 prepare() {
     mkdir -p mygui-MyGUI${pkgver}/build