summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduard Wirch2017-09-14 10:09:23 +0200
committerEduard Wirch2017-09-14 10:20:36 +0200
commitb1e1616fe2f1175c2332c154b0a4807f2c4c441a (patch)
tree2814e0b5423262c9f148577a5115642572670a2f /PKGBUILD
parente69370a426793a8edad39be789069b28ac8f913c (diff)
downloadaur-b1e1616fe2f1175c2332c154b0a4807f2c4c441a.tar.gz
Remove unnecessary install script
Tasks are already taken care of by hooks.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa566574791d..b3aaa1ced828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ arch=("any")
url="https://www.syntevo.com/smartgit/preview"
license=('custom')
depends=("java-environment" "python" "hicolor-icon-theme")
-makedepends=("desktop-file-utils" "sh")
optdepends=("mercurial: hg repositories support"
"git: git repositories support")
replaces=("smartgithg")
@@ -21,7 +20,6 @@ _pkgver=${pkgver//_/-}
source=(https://www.syntevo.com/static/smart/download/${_appname}/${_appname}-linux-${_pkgver}.tar.gz
smartgit.desktop)
-install="smartgit_preview.install"
sha1sums=('16d3f4df62c6c1514620d534705250d3d61ad3c2'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')