summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ray Mahardhika2018-09-16 23:51:25 +0700
committerMario Ray Mahardhika2018-09-16 23:51:25 +0700
commit7d2b99089dc2f061a7147f99eb72366e8cef4cfb (patch)
treee4f3876ca229c5097fb972d97a5b82ecdf49b60d
parentfbd8970c6d944c76672fe83c2c71075bc715be49 (diff)
downloadaur-7d2b99089dc2f061a7147f99eb72366e8cef4cfb.tar.gz
Update to 3.0.2 (looks like the devs forgot to change the version number in about dialog)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2f58327f37a..1eaf2fab4922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 28 07:57:24 UTC 2018
+# Sun Sep 16 16:50:29 UTC 2018
pkgbase = staruml
pkgdesc = A sophisticated software modeler
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = http://staruml.io/
arch = i686
@@ -14,11 +14,11 @@ pkgbase = staruml
depends = nss
depends = alsa-lib
depends = gtk2
- noextract = staruml-3.0.1-.AppImage
- source_i686 = staruml-3.0.1-.AppImage::http://staruml.io/download/releases/StarUML-3.0.1-i386.AppImage
- sha256sums_i686 = 5b0984a2d73f4004aa71d9cbfcfdedd401db496b06eb50a4df2e641d6b788319
- source_x86_64 = staruml-3.0.1-.AppImage::http://staruml.io/download/releases/StarUML-3.0.1-x86_64.AppImage
- sha256sums_x86_64 = 4f5b7548198402154849effe664d46c4807ae9f710e59108ade063e58cbaf8b1
+ noextract = staruml-3.0.2-.AppImage
+ source_i686 = staruml-3.0.2-.AppImage::http://staruml.io/download/releases/StarUML-3.0.2-i386.AppImage
+ sha256sums_i686 = e971676cc6eb9a5f0e6a0d3969ea3d5cf87ea6e09f44d24d6aef3bd3d82e9960
+ source_x86_64 = staruml-3.0.2-.AppImage::http://staruml.io/download/releases/StarUML-3.0.2-x86_64.AppImage
+ sha256sums_x86_64 = c87bbbada0223f8d05d23f48b8b513e1464daa902d1b736beb926ffe97d867e8
pkgname = staruml
diff --git a/PKGBUILD b/PKGBUILD
index 094494f9e848..51c21a7b889f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
pkgname=staruml
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="A sophisticated software modeler"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ depends=('gconf' 'libxss' 'libxtst' 'nss' 'alsa-lib' 'gtk2')
source_i686=("$pkgname-$pkgver-$CARCH.AppImage::http://staruml.io/download/releases/StarUML-$pkgver-i386.AppImage")
source_x86_64=("$pkgname-$pkgver-$CARCH.AppImage::http://staruml.io/download/releases/StarUML-$pkgver-x86_64.AppImage")
noextract=("$pkgname-$pkgver-$CARCH.AppImage")
-sha256sums_i686=('5b0984a2d73f4004aa71d9cbfcfdedd401db496b06eb50a4df2e641d6b788319')
-sha256sums_x86_64=('4f5b7548198402154849effe664d46c4807ae9f710e59108ade063e58cbaf8b1')
+sha256sums_i686=('e971676cc6eb9a5f0e6a0d3969ea3d5cf87ea6e09f44d24d6aef3bd3d82e9960')
+sha256sums_x86_64=('c87bbbada0223f8d05d23f48b8b513e1464daa902d1b736beb926ffe97d867e8')
prepare() {
chmod +x $pkgname-$pkgver-$CARCH.AppImage