summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Soares2016-03-23 20:56:32 -0400
committerRafael Soares2016-03-23 20:56:32 -0400
commit4b0e97b1456ce5cf9cb12d19b5d81ed4e89676c8 (patch)
treeaa599de94a60cf82404e152f23bc597ddf8281ce
parent8d31ea746ec72d230ec13afdeb918cb88d82ae68 (diff)
downloadaur-4b0e97b1456ce5cf9cb12d19b5d81ed4e89676c8.tar.gz
Change Descrition
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0668c764bec1..90c2b86091b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 24 00:48:28 UTC 2016
+# Thu Mar 24 00:55:43 UTC 2016
pkgbase = umlet
pkgdesc = Free UML Tool for Fast UML Diagrams
pkgver = 14.1.1
diff --git a/PKGBUILD b/PKGBUILD
index bd94c31ed2fe..a9492424d934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ build() {
#}
package_umlet-standalone() {
- pkgdesc="Free UML Tool for Fast UML Diagrams (Standalone Version)"
+ pkgdesc="${pkgdesc} (Standalone Version)"
install -dm755 "$pkgdir/usr/share/applications/"
install -dm755 "$pkgdir/usr/bin/"
install -dm755 "$pkgdir/opt/"
@@ -73,7 +73,7 @@ package_umlet-standalone() {
}
package_umlet-eclipse-plugin() {
- pkgdesc="Free UML Tool for Fast UML Diagrams (Eclipse Plugin Version)"
+ pkgdesc="${pkgdesc} (Eclipse Plugin Version)"
optdepends=('eclipse')
install -dm755 "$pkgdir/usr/share/eclipse/plugins"
install -Dm644 "$srcdir/umlet-${_date}_UMLet_v${pkgver}/umlet-eclipse-plugin/target/com.umlet.plugin-${pkgver}.jar" "$pkgdir/usr/share/eclipse/plugins"