summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Soares2016-03-23 20:56:32 -0400
committerRafael Soares2016-03-23 20:56:32 -0400
commit4b0e97b1456ce5cf9cb12d19b5d81ed4e89676c8 (patch)
treeaa599de94a60cf82404e152f23bc597ddf8281ce /PKGBUILD
parent8d31ea746ec72d230ec13afdeb918cb88d82ae68 (diff)
downloadaur-4b0e97b1456ce5cf9cb12d19b5d81ed4e89676c8.tar.gz
Change Descrition
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"