Skip to content

Commit

Permalink
modelio-open: bump to 2.2.1
Browse files Browse the repository at this point in the history
175MiB for one file? Bundling loads of libraries? Junk.
  • Loading branch information
Lekensteyn committed Nov 20, 2012
1 parent 155e2ab commit 8d1c8cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modelio-open/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sven Nobis <aur[at]sven[dot]to>
pkgname=modelio-open
pkgver=2.2
pkgver=2.2.1
pkgrel=1
pkgdesc="Modelio is an Open Source UML tool developed by Modeliosoft. It supports the UML2 and BPMN2 standards."
url="http://www.modelio.org/"
Expand All @@ -22,17 +22,17 @@ backup=()
#install='modelio.install'

if [ "$CARCH" = "i686" ]; then
_pkg_arch_id='16'
_pkg_arch_id='21'
_pkg_arch_extra=''
_pkg_md5='73d7ed7bce57223589043f932d66d695'
_pkg_md5='5fa35d6781d26d1f28a4098b93043c5b'
elif [ "$CARCH" = "x86_64" ]; then
_pkg_arch_id='17'
_pkg_arch_extra='-64bits'
_pkg_md5='dbfa5738a4c3dc41564230337a9b122d'
_pkg_arch_id='22'
_pkg_arch_extra='-64-bit-'
_pkg_md5='4a676cb3cb614aff3f95ca52dd47658c'
fi

_src_desktop='modelio.desktop'
_pkg="${_pkg_arch_id}-modelio-22-linux${_pkg_arch_extra}.html"
_pkg="${_pkg_arch_id}-modelio-${pkgver//.}-linux${_pkg_arch_extra}.html"
source=("http://www.modelio.org/modelio-122/doc_download/${_pkg}"
"${_src_desktop}")
md5sums=("${_pkg_md5}"
Expand Down

0 comments on commit 8d1c8cf

Please sign in to comment.