summaryrefslogtreecommitdiffstats
path: root/base/junit/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/junit/Pkgfile')
-rw-r--r--base/junit/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/junit/Pkgfile b/base/junit/Pkgfile
index 9d638122a..b8f6e617b 100644
--- a/base/junit/Pkgfile
+++ b/base/junit/Pkgfile
@@ -7,14 +7,14 @@
name=junit
version=4.8.2
-release=1
+release=2
source=( http://downloads.sourceforge.net/$name/$name$version.zip)
build() {
cd $name$version
- install -v -m755 -d $PKG/usr/share/{,doc/}junit-4.5
+ install -v -m755 -d $PKG/usr/share/{,doc/}junit-4.8
chown -R root:root $PKG
- cp -v -R junit* org $PKG/usr/share/junit-4.5
- cp -v -R *.html *doc $PKG/usr/share/doc/junit-4.5
+ cp -v -R junit* org $PKG/usr/share/junit-4.8
+ cp -v -R *.html *doc $PKG/usr/share/doc/junit-4.8
}