1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-23 21:43:48 +01:00

Update PKGBUILD

This commit is contained in:
JoseluCross
2016-05-22 23:05:51 +02:00
parent e43523c473
commit 13030bf88b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = jka-toolkit
pkgdesc = Set of scripts to optimize the daily work in linux shell
pkgver = 0.2.0
pkgrel = 2
pkgver = 0.2.2
pkgrel = 1
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 = 6e26e26ca9801fc5f687737b829e0e9d
md5sums = c71687f426a4562ae794bc6218b2575a
pkgname = jka-toolkit

View File

@@ -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=('6e26e26ca9801fc5f687737b829e0e9d')
md5sums=('c71687f426a4562ae794bc6218b2575a')
package() {
cd "$srcdir/$pkgname"