summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2022-09-19 21:23:49 +0800
committertaotieren2022-09-19 21:23:49 +0800
commit1cb3907516cd15b597a7b0737a833abf006ee44c (patch)
tree86bde4772b64fd1d2419ca8d207d6c6f8158fb41
parentebdd163dd118c7bf3dc6a0136671cdbc48f6d276 (diff)
downloadaur-1cb3907516cd15b597a7b0737a833abf006ee44c.tar.gz
delete emptydirs option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f26528e02e9..d8aa71303054 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 326d4d3e33a3..1e703bd76330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {