summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-08-21 00:08:36 -0300
committerDavid P <megver83@parabola.nu>2018-08-21 00:09:13 -0300
commit968ac8186086be492174eba898911002200ad526 (patch)
tree8457a6cb178893220a5ddfc21a14126c9bec0c8b
parent800d82fc2f334017b69ddf0ab78fa7939e963868 (diff)
downloadabslibre-968ac8186086be492174eba898911002200ad526.tar.gz
abslibre-968ac8186086be492174eba898911002200ad526.tar.bz2
abslibre-968ac8186086be492174eba898911002200ad526.zip
Replace unar with unarchiver in some deps
These packages need rebuilding! Signed-off-by: David P <megver83@parabola.nu>
-rw-r--r--libre/ark/PKGBUILD4
-rw-r--r--libre/xarchiver/PKGBUILD2
-rw-r--r--pcr/unrar-emulator/PKGBUILD2
3 files changed, 4 insertions, 4 deletions
diff --git a/libre/ark/PKGBUILD b/libre/ark/PKGBUILD
index 3b4bd0e0b..18b3c3148 100644
--- a/libre/ark/PKGBUILD
+++ b/libre/ark/PKGBUILD
@@ -11,14 +11,14 @@ pkgver=18.04.0
pkgrel=1
pkgrel+=.parabola1
pkgdesc='Archiving Tool'
-pkgdesc+=', with unar support'
+pkgdesc+=', with unarchiver support'
arch=(x86_64)
arch+=(i686 armv7h)
url='https://kde.org/applications/utilities/ark/'
license=(GPL)
depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
makedepends=(extra-cmake-modules kdoctools)
-optdepends=('p7zip: 7Z format support' 'unar: RAR format support')
+optdepends=('p7zip: 7Z format support' 'unarchiver: RAR format support')
groups=(kde-applications kdeutils)
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
source+=('libre.patch')
diff --git a/libre/xarchiver/PKGBUILD b/libre/xarchiver/PKGBUILD
index b2a1337d7..0c7ca6fa9 100644
--- a/libre/xarchiver/PKGBUILD
+++ b/libre/xarchiver/PKGBUILD
@@ -27,7 +27,7 @@ optdepends=('arj: ARJ support'
'lzop: LZOP support'
'p7zip: 7z support'
'tar: tar support'
- 'unar: RAR support'
+ 'unarchiver: RAR support'
'unzip: ZIP support'
'xz: xz support'
'zip: ZIP support')
diff --git a/pcr/unrar-emulator/PKGBUILD b/pcr/unrar-emulator/PKGBUILD
index 49b151d8a..9a12eedb5 100644
--- a/pcr/unrar-emulator/PKGBUILD
+++ b/pcr/unrar-emulator/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
arch=('any')
license=('AGPL3')
desc="Script to emulate nonfree unrar"
-depends=('bash' 'libarchive' 'unar')
+depends=('bash' 'libarchive' 'unarchiver')
url='https://projects.parabola.nu/software-emulators.git'
source=($url/plain/unrar-emulator/unrar.sh)
sha512sums=('c3f015dc8a7a1ddb2a4e94c80ff6ec59f3da368b8d616c43765e60e6b01ecd168e8babe051a945901935a6ac7d4f1368d5240257bdfad024a5b3fa21109f6ef6')