summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWillem Albeda2021-09-17 14:37:39 +0200
committerWillem Albeda2021-09-17 14:37:39 +0200
commit3e7514bd50214c63714795995e117874670c3d01 (patch)
treeb1c1e042c8fa851e5464dff44243727e52b6f956 /PKGBUILD
parent4aab3270703406e2aea954c644670b426614d25b (diff)
downloadaur-3e7514bd50214c63714795995e117874670c3d01.tar.gz
updated the pakage to version 8.4.0.8fdff6-0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 336db0dff75e..c37c28cf1ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+# Contributor: Willem Albeda <willem at albeda dot net>
+# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=astah-uml
-pkgver=8.2.0.b743f7.0
-_pkgver=8.2.0.b743f7-0
+pkgver=8.4.0.8fdff6.0
+_pkgver=8.4.0.8fdff6-0
pkgrel=1
url='https://astah.net/products/astah-uml'
-pkgdesc='Lightweight and easy-to-use UML2.x modeler (Trial)'
+pkgdesc='Lightweight and easy-to-use UML2.x modeler (With trial)'
arch=('i686' 'x86_64')
license=('custom')
depends=('java-runtime=8'
@@ -15,7 +16,7 @@ depends=('java-runtime=8'
conflicts=('astah-community' 'astah-professional')
options=('!emptydirs' '!strip')
source=("http://cdn.change-vision.com/files/astah-uml-${_pkgver}.noarch.rpm")
-sha256sums=('e384286a1b7cf0ed592d84be52c473652ff88716972e7235a8a4daddf0018f1f')
+md5sums=('16219b742b8293468fbc50631cd0ec85')
package() {
cp -aR "${srcdir}/usr" "${pkgdir}"
@@ -38,4 +39,4 @@ package() {
rm "${pkgdir}/opt/astah-uml"/mime-astah_uml.xml
rm "${pkgdir}/opt/astah-uml"/astah_uml.desktop
rm "${pkgdir}/opt/astah-uml"/astah_uml-doc.png
-} \ No newline at end of file
+}