summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillipe Smith2016-10-10 09:30:22 -0300
committerPhillipe Smith2016-10-10 09:30:22 -0300
commitb826b96f4bb9c6e007dddbfff8eb406b587cb3ed (patch)
treec486156602a5364190129b76f4addbb2bf065930
parent78496ab3ab9c72f8c50c45835d47fd4c2f69443e (diff)
downloadaur-b826b96f4bb9c6e007dddbfff8eb406b587cb3ed.tar.gz
Updated to version 7.1.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD22
2 files changed, 19 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9db70acaa44..77b0e7821068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,25 @@
pkgbase = astah-community
pkgdesc = Lightweight, easy-to-use, and free UML2.x modeler
- pkgver = 7.0.0
- pkgrel = 2
+ pkgver = 7.1.0
+ pkgrel = 1
url = http://astah.change-vision.com/en/product/astah-community.html
install = astah-community.install
arch = any
license = custom
+ makedepends = shared-mime-info
+ makedepends = gtk-update-icon-cache
+ makedepends = desktop-file-utils
depends = java-runtime
provides = astah_community
conflicts = astah_community
conflicts = astah-professional
- source = http://cdn.astah.net/downloads/astah-community-7_0_0-846701.zip
+ source = http://cdn.astah.net/downloads/astah-community-7_1_0-f2c212.zip
source = astah_community.desktop
source = astah_community.xml
source = astah_community.png
source = astah_splash_community.png
source = LICENSE
- md5sums = 24ac9f33bf45a2a592d3f7571437b031
+ md5sums = b77ae6bf4ca2b4fb626d58f1260cc54b
md5sums = e374756203ba7e4a52309cbe38208683
md5sums = d821b7726b61ce1c15ef84e31c0c0505
md5sums = b20ec64a7e6b1ad395c6eed7e8a851b7
diff --git a/PKGBUILD b/PKGBUILD
index 995cae6db5aa..1bb5a577a9e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Phillipe Smith <phillipe@archlinux.com.br>
pkgname=astah-community
_pkgname=${pkgname/-/_}
-pkgver=7.0.0
+pkgver=7.1.0
_pkgver=${pkgver//./_}
-pkgrel=2
-_pkgrel=846701
+pkgrel=1
+_pkgrel=f2c212
pkgdesc="Lightweight, easy-to-use, and free UML2.x modeler"
arch=("any")
license=("custom")
depends=("java-runtime")
+makedepends=("shared-mime-info" "gtk-update-icon-cache" "desktop-file-utils")
provides=("$_pkgname")
conflicts=("$_pkgname" "astah-professional")
install="${pkgname}.install"
@@ -18,13 +19,14 @@ source=("http://cdn.astah.net/downloads/${pkgname}-${_pkgver}-${_pkgrel}.zip"
"${_pkgname}.xml"
"${_pkgname}.png"
"astah_splash_community.png"
- "LICENSE")
-md5sums=("24ac9f33bf45a2a592d3f7571437b031"
- "e374756203ba7e4a52309cbe38208683"
- "d821b7726b61ce1c15ef84e31c0c0505"
- "b20ec64a7e6b1ad395c6eed7e8a851b7"
- "95e5566bcef2eb2f7ee5a8ec99eae8af"
- "3b5f3a3c4e453544e9c665c7950960fc")
+ "LICENSE")
+
+md5sums=('b77ae6bf4ca2b4fb626d58f1260cc54b'
+ 'e374756203ba7e4a52309cbe38208683'
+ 'd821b7726b61ce1c15ef84e31c0c0505'
+ 'b20ec64a7e6b1ad395c6eed7e8a851b7'
+ '95e5566bcef2eb2f7ee5a8ec99eae8af'
+ '3b5f3a3c4e453544e9c665c7950960fc')
package() {
install -Dm755 $srcdir/$_pkgname/astah $pkgdir/usr/bin/astah || return 1