mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-16 10:01:33 +01:00
update
This commit is contained in:
Binary file not shown.
@@ -77,7 +77,7 @@ function decompress() {
|
||||
echo "Format $format unknown"
|
||||
fi
|
||||
}
|
||||
version="0.2"
|
||||
version="0.2.1"
|
||||
if [ -z $1 ];then
|
||||
echo "No option specified, use jkazip -h"
|
||||
elif [ $1 = "-h" ];then
|
||||
@@ -128,7 +128,7 @@ elif [ $1 = "-d" ];then
|
||||
echo "$4 no sush a file or directory"
|
||||
exit
|
||||
fi
|
||||
decompress $3 $
|
||||
decompress $3 $2
|
||||
fi
|
||||
elif [ $1 = "-c" ];then
|
||||
if [ -z $3 ];then
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
pkgbase = jka-toolkit
|
||||
pkgdesc = Set of scripts to optimize the daily work in linux shell
|
||||
pkgver = 0.1.0
|
||||
pkgrel = 1
|
||||
pkgver = 0.2.0
|
||||
pkgrel = 2
|
||||
url = http://proyecto.jkanetwork.com
|
||||
install = jka-toolkit.install
|
||||
arch = any
|
||||
@@ -11,7 +11,7 @@ pkgbase = jka-toolkit
|
||||
depends = unzip
|
||||
options = !emptydirs
|
||||
source = https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit.tar.gz
|
||||
md5sums = 2dad01d7405811b7ecb35e642ff10dd4
|
||||
md5sums = 6e26e26ca9801fc5f687737b829e0e9d
|
||||
|
||||
pkgname = jka-toolkit
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
|
||||
pkgname=jka-toolkit
|
||||
pkgver=0.2.0
|
||||
pkgrel=2
|
||||
pkgver=0.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="Set of scripts to optimize the daily work in linux shell"
|
||||
arch=('any')
|
||||
url="http://proyecto.jkanetwork.com"
|
||||
@@ -10,7 +10,7 @@ depends=('p7zip' 'unrar' 'unzip')
|
||||
options=(!emptydirs)
|
||||
install=$pkgname.install
|
||||
source=(https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit.tar.gz)
|
||||
md5sums=('2dad01d7405811b7ecb35e642ff10dd4')
|
||||
md5sums=('6e26e26ca9801fc5f687737b829e0e9d')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
Reference in New Issue
Block a user