diff options
author | taotieren | 2022-09-19 21:23:49 +0800 |
---|---|---|
committer | taotieren | 2022-09-19 21:23:49 +0800 |
commit | 1cb3907516cd15b597a7b0737a833abf006ee44c (patch) | |
tree | 86bde4772b64fd1d2419ca8d207d6c6f8158fb41 | |
parent | ebdd163dd118c7bf3dc6a0136671cdbc48f6d276 (diff) | |
download | aur-1cb3907516cd15b597a7b0737a833abf006ee44c.tar.gz |
delete emptydirs option
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = darling-bin pkgdesc = Darwin/macOS emulation layer for Linux pkgver = 0.1.20220704 - pkgrel = 1 + pkgrel = 2 url = https://github.com/darlinghq/darling install = darling-bin.install arch = x86_64 @@ -28,7 +28,6 @@ pkgbase = darling-bin conflicts = darling conflicts = darling-git options = !strip - options = !emptydirs source = https://github.com/darlinghq/darling/releases/download/v0.1.20220704/darling_0.1.20220704.focal_amd64.deb sha512sums = 6acf5271e25931c0871ed205d0ac0cea9b023b534669aa0491d82a0eb37b13f3970f2c323dffa0e0e4a3b49bb50377c01eb28f9d87f5b142cc5fcd8fd42e40d9 @@ -4,7 +4,7 @@ _pkgname=darling pkgname=$_pkgname-bin pkgver=0.1.20220704 -pkgrel=1 +pkgrel=2 pkgdesc="Darwin/macOS emulation layer for Linux" arch=('x86_64') url="https://github.com/darlinghq/darling" @@ -18,7 +18,7 @@ depends=('dbus>=1.9.14' 'ffmpeg>=2:4.0' 'freetype2>=2.2.1' 'fuse2>=2.2' 'giflib> 'libxrandr') source=("$url/releases/download/v$pkgver/${_pkgname}_${pkgver}.focal_amd64.deb") sha512sums=('6acf5271e25931c0871ed205d0ac0cea9b023b534669aa0491d82a0eb37b13f3970f2c323dffa0e0e4a3b49bb50377c01eb28f9d87f5b142cc5fcd8fd42e40d9') -options=('!strip' '!emptydirs') +options=('!strip') install=$pkgname.install package() { |