summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMirko-R2021-11-03 16:49:49 +0100
committerMirko-R2021-11-03 16:49:49 +0100
commit66dcc54984e96c26371406554b970c517a1a151d (patch)
treea9d55d40bc4cbd451a7c09570d9a3bc005178551
parent057fcf87c9a10036d6fd7b719198764d4ddf5ed5 (diff)
downloadaur-66dcc54984e96c26371406554b970c517a1a151d.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b9cc8170428..c18c66752689 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e2fde72bd965..15602aba72af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")