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

Sergej Pupykin spupykin at archlinux.org
Mon Jun 15 13:27:42 UTC 2015


    Date: Monday, June 15, 2015 @ 15:27:42
  Author: spupykin
Revision: 135408

upgpkg: umlet 13.3-1

upd

Modified:
  umlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-15 13:27:39 UTC (rev 135407)
+++ PKGBUILD	2015-06-15 13:27:42 UTC (rev 135408)
@@ -3,7 +3,7 @@
 # Contributor: Gleidson Echeli <gleidson dot echeli at gmail dot com>
 
 pkgname=umlet
-pkgver=13.2
+pkgver=13.3
 pkgrel=1
 pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)"
 arch=('any')
@@ -14,17 +14,15 @@
 source=("http://www.umlet.com/umlet_${pkgver//./_}/umlet_${pkgver}.zip"
 	'umlet.desktop'
 	'UMLet.sh.diff')
-md5sums=('1f9a71016041d0a69acd842239069d71'
+md5sums=('5bb2dbb382bdb0501ff587db80877a52'
          '4efcfeea2f54b849bc86e3f1905449be'
          'ef9620bd90f0e3bba7133629cf5885c8')
 
-build() {
+prepare() {
   cd ${srcdir}/Umlet
-
   patch -Np1 -i ../UMLet.sh.diff
-  rm -f Umlet.sh.orig
-  rm -rf src
-  rm -ff Umlet.exe
+  rm -f umlet.sh.orig
+  rm -f Umlet.exe
 }
 
 package() {



More information about the arch-commits mailing list