diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-06 00:15:21 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-06 00:15:21 -0300 |
commit | 127b19d41b4912ff34132d724a69a6bc04b7de46 (patch) | |
tree | a1a379c1c3f4fa0e4327ce30127572aa8dbb1d81 | |
parent | a3c6b8ab1ffd88463eb57367e165e1fd8073fa09 (diff) |
libre/unrar-emulator: remove provides array
-rw-r--r-- | libre/unrar-emulator/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libre/unrar-emulator/PKGBUILD b/libre/unrar-emulator/PKGBUILD index 0f23047d8..ed8e10f2f 100644 --- a/libre/unrar-emulator/PKGBUILD +++ b/libre/unrar-emulator/PKGBUILD @@ -8,7 +8,6 @@ arch=('any') license=('AGPL3') desc="Script to emulate nonfree unrar" depends=('bash' 'libarchive' 'unar') -provides=('unrar') url=('https://projects.parabola.nu/software-emulators.git') source=($url/plain/unrar-emulator/unrar.sh) sha512sums=('c3f015dc8a7a1ddb2a4e94c80ff6ec59f3da368b8d616c43765e60e6b01ecd168e8babe051a945901935a6ac7d4f1368d5240257bdfad024a5b3fa21109f6ef6') |