mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add missing dependencies to Arch Linux package.
This commit is contained in:
@@ -11,13 +11,13 @@ pkgdesc='Disc image management and creation tool for disks, tapes, optical and s
|
|||||||
arch=('x86_64' 'armv7h' 'aarch64')
|
arch=('x86_64' 'armv7h' 'aarch64')
|
||||||
url='http://www.discimagechef.app'
|
url='http://www.discimagechef.app'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
source=('git://github.com/DiscImageChef/discimagechef'
|
source=('git://github.com/DiscImageChef/discimagechef')
|
||||||
)
|
|
||||||
makedepends=('dotnet-sdk>=2.0.0' 'git')
|
makedepends=('dotnet-sdk>=2.0.0' 'git')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
provides=('discimagechef')
|
provides=('discimagechef')
|
||||||
conflicts=('discimagechef')
|
conflicts=('discimagechef')
|
||||||
|
depends=('icu' 'krb5' 'libcurl.so' 'libunwind' 'openssl-1.0' 'zlib')
|
||||||
|
|
||||||
if [ $arch == 'aarch64' ]; then
|
if [ $arch == 'aarch64' ]; then
|
||||||
dotnet_rid=linux-arm64
|
dotnet_rid=linux-arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user