diff options
author | Mirko-R | 2021-11-03 16:49:49 +0100 |
---|---|---|
committer | Mirko-R | 2021-11-03 16:49:49 +0100 |
commit | 66dcc54984e96c26371406554b970c517a1a151d (patch) | |
tree | a9d55d40bc4cbd451a7c09570d9a3bc005178551 | |
parent | 057fcf87c9a10036d6fd7b719198764d4ddf5ed5 (diff) | |
download | aur-66dcc54984e96c26371406554b970c517a1a151d.tar.gz |
Update PKGBUILD
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = extrattor-git - pkgdesc = A simple Linux utility to extract one or more archives from the terminal + pkgdesc = extract one or more archives from the terminal pkgver = beta - pkgrel = 1 + pkgrel = 3 url = https://github.com/Mirko-r/extrattor arch = x86_64 license = GPL-3.0 @@ -12,6 +12,7 @@ pkgbase = extrattor-git depends = pax depends = gzip depends = unzip + conflicts = extrattor source = https://raw.githubusercontent.com/Mirko-r/extrattor/main/extrattor/extrattor.sh sha512sums = SKIP @@ -1,13 +1,14 @@ -#Maintainer: Mirko Rovere +#Maintainer: Mirko Rovere <04mirko@libero.it> pkgname="extrattor-git" pkgver="beta" -pkgrel="1" -pkgdesc="A simple Linux utility to extract one or more archives from the terminal" +pkgrel="3" +pkgdesc="extract one or more archives from the terminal" arch=("x86_64") url="https://github.com/Mirko-r/extrattor" depends=('unarj' 'unace' 'p7zip' 'tar' 'pax' 'gzip' 'unzip') license=("GPL-3.0") +conflicts=("extrattor") source=("https://raw.githubusercontent.com/Mirko-r/extrattor/main/extrattor/extrattor.sh") sha512sums=("SKIP") |