diff options
author | solsTiCe d'Hiver | 2022-09-13 15:53:28 +0200 |
---|---|---|
committer | solsTiCe d'Hiver | 2022-09-13 15:53:28 +0200 |
commit | 45ecfc153792a717baa6ed1517bd7ea002dfedce (patch) | |
tree | ad449d71d41d1908f5c92cef920e7df1cfd4e10d | |
parent | 5a60732f0435fd7543500af57aa72932ad15ad96 (diff) | |
download | aur-45ecfc153792a717baa6ed1517bd7ea002dfedce.tar.gz |
Oooops: wrong repo. Fix it
-rw-r--r-- | .SRCINFO | 52 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 28 insertions, 28 deletions
@@ -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 @@ -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() { |