summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Albeda2021-09-17 14:37:39 +0200
committerWillem Albeda2021-09-17 14:37:39 +0200
commit3e7514bd50214c63714795995e117874670c3d01 (patch)
treeb1c1e042c8fa851e5464dff44243727e52b6f956
parent4aab3270703406e2aea954c644670b426614d25b (diff)
downloadaur-3e7514bd50214c63714795995e117874670c3d01.tar.gz
updated the pakage to version 8.4.0.8fdff6-0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07dd1f4560eb..c6162ce76190 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astah-uml
- pkgdesc = Lightweight and easy-to-use UML2.x modeler (Trial)
- pkgver = 8.2.0.b743f7.0
+ pkgdesc = Lightweight and easy-to-use UML2.x modeler (With trial)
+ pkgver = 8.4.0.8fdff6.0
pkgrel = 1
url = https://astah.net/products/astah-uml
arch = i686
@@ -14,8 +14,7 @@ pkgbase = astah-uml
conflicts = astah-professional
options = !emptydirs
options = !strip
- source = http://cdn.change-vision.com/files/astah-uml-8.2.0.b743f7-0.noarch.rpm
- sha256sums = e384286a1b7cf0ed592d84be52c473652ff88716972e7235a8a4daddf0018f1f
+ source = http://cdn.change-vision.com/files/astah-uml-8.4.0.8fdff6-0.noarch.rpm
+ md5sums = 16219b742b8293468fbc50631cd0ec85
pkgname = astah-uml
-
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
+}