summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2019-11-09 13:30:17 +0100
committerRaimar Bühmann2019-11-09 13:30:17 +0100
commitb4826544a8f8b7e0013c74c14ccdca6c20257dac (patch)
treecba415cf395c8d14e24c2605432f2f4ab8842f1a
parent036aa18fb5e7fecfa2477a3b2dd13092e3422098 (diff)
downloadaur-b4826544a8f8b7e0013c74c14ccdca6c20257dac.tar.gz
Fix package() method by removing not needed rm commands
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd955886080d..c57292dcfb87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eclipse-sql-explorer
pkgdesc = SQL Explorer plugin for Eclipse IDE
pkgver = 3.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/eclipsesql/
arch = any
license = LGPL2.0
diff --git a/PKGBUILD b/PKGBUILD
index 108a5a598337..78d44f864fe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eclipse-sql-explorer
pkgver=3.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="SQL Explorer plugin for Eclipse IDE"
arch=('any')
url="https://sourceforge.net/projects/eclipsesql/"
@@ -16,10 +16,6 @@ package() {
_dest=${pkgdir}/usr/lib/eclipse/dropins/${pkgname/eclipse-}/eclipse
cd ${srcdir}
- # remove features and plug-ins containing sources
- rm features/*.source_*
- rm plugins/*.source_*
-
# Features
find features -type f | while read _feature ; do
if [[ ${_feature} =~ (.*\.jar$) ]] ; then