summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2017-02-17 16:36:34 +1100
committerPhillip Smith2017-02-17 16:36:34 +1100
commit5773f8bc6733eb29187feb3f1b63991a3ea014d3 (patch)
treece0ddf0bb483c059169ace76dc4ee99bfe8df098
parent5b52eaf93500b1f1663ea801fc7e2bd2d87a5c04 (diff)
downloadaur-5773f8bc6733eb29187feb3f1b63991a3ea014d3.tar.gz
upgpkg: editix-free 2016-2
editix-free; fix symlink destination
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c23f38d1cc0e..adf98a3371c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 24 00:05:00 UTC 2016
+# Fri Feb 17 05:36:34 UTC 2017
pkgbase = editix-free
pkgdesc = EditiX is a powerful and easy to use XML editor, Visual Schema Editor, XQuery Editor and XSLT debugger
pkgver = 2016
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://free.editix.com/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 7e486966baef..623c32ea43c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=editix-free
pkgver=2016
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="EditiX is a powerful and easy to use XML editor, Visual Schema Editor, XQuery Editor and XSLT debugger"
arch=('any')
@@ -41,7 +41,7 @@ package() {
# Create a symlink to /usr/bin
install -dm755 "$pkgdir/usr/bin/"
- ln -sf /opt/editix-${pkgver}/bin/run.sh "$pkgdir/usr/bin/$pkgname"
+ ln -sf /opt/editix-${pkgver}/bin/editix.sh "$pkgdir/usr/bin/$pkgname"
chmod 755 "${pkgdir}/opt/editix${pkgver}/bin/editix.sh"
# Fix the run script