summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO52
-rw-r--r--PKGBUILD4
2 files changed, 28 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4def233f1e2b..1bde47de231f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,29 +1,29 @@
pkgbase = atool2-git
- pkgdesc = A script for managing file archives of various types (with zstd support)
- pkgver = r24.c135b88
- pkgrel = 1
- url = https://github.com/solsticedhiver/atool2
- arch = any
- license = GPL3
- makedepends = bash
- depends = file
- depends = perl
- optdepends = bzip2: for using atool with bzip2 compressed archives
- optdepends = cpio: for using atool with cpio archives
- optdepends = gzip: for using atool with gzip compressed archives
- optdepends = lha: for using atool with lha, lharc and similar archives
- optdepends = xz: for using atool with lzma compressed archives
- optdepends = lzop: for using atool with lzop compressed archives
- optdepends = p7zip: for using atool with 7z archives
- optdepends = tar: for using atool with tar archives
- optdepends = unace: for using atool with ace archives
- optdepends = unrar: for using atool with rar archives
- optdepends = zip: for using atool for creating zip archives
- optdepends = unzip: for using atool for unpacking archives
- optdepends = zstd: for using atool with zstandard archives
- provides = atool
- conflicts = atool
- source = atool::git+https://github.com/solsticedhiver/atool.git
- sha256sums = SKIP
+pkgdesc = A script for managing file archives of various types (with zstd support)
+pkgver = r24.c135b88
+pkgrel = 2
+url = https://github.com/solsticedhiver/atool2
+arch = any
+license = GPL3
+makedepends = bash
+depends = file
+depends = perl
+optdepends = bzip2: for using atool with bzip2 compressed archives
+optdepends = cpio: for using atool with cpio archives
+optdepends = gzip: for using atool with gzip compressed archives
+optdepends = lha: for using atool with lha, lharc and similar archives
+optdepends = xz: for using atool with lzma compressed archives
+optdepends = lzop: for using atool with lzop compressed archives
+optdepends = p7zip: for using atool with 7z archives
+optdepends = tar: for using atool with tar archives
+optdepends = unace: for using atool with ace archives
+optdepends = unrar: for using atool with rar archives
+optdepends = zip: for using atool for creating zip archives
+optdepends = unzip: for using atool for unpacking archives
+optdepends = zstd: for using atool with zstandard archives
+provides = atool
+conflicts = atool
+source = atool::git+https://github.com/solsticedhiver/atool2.git
+sha256sums = SKIP
pkgname = atool2-git
diff --git a/PKGBUILD b/PKGBUILD
index a96ec38f79f1..cef13f3aa425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=atool2-git
_pkgname=atool
pkgver=r24.c135b88
-pkgrel=1
+pkgrel=2
pkgdesc="A script for managing file archives of various types (with zstd support)"
arch=('any')
url="https://github.com/solsticedhiver/atool2"
@@ -25,7 +25,7 @@ optdepends=('bzip2: for using atool with bzip2 compressed archives'
'zip: for using atool for creating zip archives'
'unzip: for using atool for unpacking archives'
'zstd: for using atool with zstandard archives')
-source=(atool::git+https://github.com/solsticedhiver/atool.git)
+source=(atool::git+https://github.com/solsticedhiver/atool2.git)
sha256sums=('SKIP')
pkgver() {