summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2015-09-26 18:36:24 +0200
committerRaimar Bühmann2015-09-26 18:36:24 +0200
commitb8f5854a1018ff055217fe36e8c3157bfcf16357 (patch)
treec66bfb75a291aee9382acdcdfab0d18460a03f79
parent9cc28b371274fc8e19a62314d05ed8970bb01541 (diff)
downloadaur-b8f5854a1018ff055217fe36e8c3157bfcf16357.tar.gz
fix using moved dropins folder since Mars
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 318a3e7a0570..f822f735b7e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = eclipse-moreunit
pkgdesc = JUnit assistent to write more tests in Eclipse
pkgver = 3.0.5
- pkgrel = 3
+ pkgrel = 4
url = http://moreunit.sourceforge.net/
arch = any
license = EPL
- depends = eclipse>=3.4.0
+ depends = eclipse>=4.5.0
options = !strip
- source = moreunit.zip::http://sourceforge.net/projects/moreunit/files/moreunit/Version%203.0.5/org.moreunit-3.0.5.zip
+ source = download.zip::http://sourceforge.net/projects/moreunit/files/moreunit/Version%203.0.5/org.moreunit-3.0.5.zip
sha256sums = e499a621991ba41159d0084d549d57108d80660c88a3b8b0d68a552fc139dbed
pkgname = eclipse-moreunit
diff --git a/.gitignore b/.gitignore
index c12a3948e0b8..7e8b223bcc6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
pkg/
src/
eclipse-moreunit-*-any.pkg.tar.xz
-moreunit.zip
+download.zip
diff --git a/PKGBUILD b/PKGBUILD
index 5337cf04798d..a86b7538d9ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=eclipse-moreunit
pkgver=3.0.5
-pkgrel=3
+pkgrel=4
pkgdesc='JUnit assistent to write more tests in Eclipse'
arch=('any')
url='http://moreunit.sourceforge.net/'
license=('EPL')
-depends=('eclipse>=3.4.0')
+depends=('eclipse>=4.5.0')
options=('!strip')
-source=("moreunit.zip::http://sourceforge.net/projects/moreunit/files/moreunit/Version%20${pkgver}/org.moreunit-${pkgver}.zip")
+source=("download.zip::http://sourceforge.net/projects/moreunit/files/moreunit/Version%20${pkgver}/org.moreunit-${pkgver}.zip")
sha256sums=('e499a621991ba41159d0084d549d57108d80660c88a3b8b0d68a552fc139dbed')
package() {
@@ -18,7 +18,7 @@ package() {
cd $_subfolder
# remove plug-ins containing sources
rm plugins/*.source_*
- _dest=$pkgdir/usr/share/eclipse/dropins/${pkgname/eclipse-}/eclipse
+ _dest=$pkgdir/usr/lib/eclipse/dropins/${pkgname/eclipse-}/eclipse
install -d $_dest
# extract features (otherwise features are not recognized)
find features -type f | while read _feature ; do