diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:35:56 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:56:45 +0100 |
commit | c6541bc541ea977711fac0c8ab2840a253fb55ca (patch) | |
tree | 0e17e967a27b3cee0eada0272479fafd50b9abd5 /pcr | |
parent | 4226b2fda526048c710644b9eaa985c47713d722 (diff) | |
download | abslibre-c6541bc541ea977711fac0c8ab2840a253fb55ca.tar.gz abslibre-c6541bc541ea977711fac0c8ab2840a253fb55ca.tar.bz2 abslibre-c6541bc541ea977711fac0c8ab2840a253fb55ca.zip |
pcr/unrar-emulator: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/unrar-emulator/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/unrar-emulator/PKGBUILD b/pcr/unrar-emulator/PKGBUILD index 38e026356..49b151d8a 100644 --- a/pcr/unrar-emulator/PKGBUILD +++ b/pcr/unrar-emulator/PKGBUILD @@ -8,7 +8,7 @@ arch=('any') license=('AGPL3') desc="Script to emulate nonfree unrar" depends=('bash' 'libarchive' 'unar') -url=('https://projects.parabola.nu/software-emulators.git') +url='https://projects.parabola.nu/software-emulators.git' source=($url/plain/unrar-emulator/unrar.sh) sha512sums=('c3f015dc8a7a1ddb2a4e94c80ff6ec59f3da368b8d616c43765e60e6b01ecd168e8babe051a945901935a6ac7d4f1368d5240257bdfad024a5b3fa21109f6ef6') |