summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergei Marochkin2016-04-26 20:00:13 +0300
committerSergei Marochkin2016-04-26 20:00:13 +0300
commit985893ea6355bba83edfc0257383289bb69c6629 (patch)
tree97a5bfbc4021ac27c8ba2dff56c19c4ef4118912
parent3155db437fc5757d14a35ca4afe2609b353eac66 (diff)
downloadaur-985893ea6355bba83edfc0257383289bb69c6629.tar.gz
Fix permissions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb4e37ba690a..8a8d87a30f21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 26 06:26:06 UTC 2016
+# Tue Apr 26 16:55:46 UTC 2016
pkgbase = dbschema
pkgdesc = Relational Data Browse, Query Builder, SQL Editor, schema deployment and synchronization.
pkgver = 7.3.23
- pkgrel = 1
+ pkgrel = 2
url = http://www.dbschema.com/
install = dbschema.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c17218109c21..7f717c8da88d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: G. Richard Bellamy <rbellamy@pteradigm.com>
pkgname=dbschema
pkgver=7.3.23
-pkgrel=1
+pkgrel=2
pkgdesc='Relational Data Browse, Query Builder, SQL Editor, schema deployment and synchronization.'
arch=('i686' 'x86_64')
url='http://www.dbschema.com/'
@@ -20,7 +20,7 @@ package(){
install -dm755 ${pkgdir}/opt
cp -r DbSchema ${pkgdir}/opt/${pkgname}
- chmod 755 ${pkgdir}/opt/${pkgname}/DbSchema.sh
+ chmod 755 ${pkgdir}/opt/${pkgname}/DbSchema
install -Dm755 dbschema ${pkgdir}/usr/bin/dbschema
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"