summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Depa2021-12-08 10:12:03 +0100
committerMarcin Depa2021-12-08 10:12:03 +0100
commitf88e591cc4ac476ef87addcab47d46e6ef993b58 (patch)
tree34c1f16bce23159ca482a74a06a8a94cc35f4fa6
parent2e58a4ae66b8f30b626b7d047c39c5b3ffbc526d (diff)
downloadaur-f88e591cc4ac476ef87addcab47d46e6ef993b58.tar.gz
fix for paru - removed keys with empty values
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d833061b7573..de8f35552f7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,7 @@ pkgbase = lycheeslicer
url = http://mango3d.io
install = lycheeslicer.install
arch = x86_64
- groups =
- license =
+ license = custom
depends = gtk3
depends = libsecret
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index f9a97a1abe76..f5831496c27b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,7 @@ pkgrel=1
pkgdesc="Lychee Slicer"
arch=('x86_64')
url="http://mango3d.io"
-license=('')
-groups=('')
+license=('custom')
depends=('gtk3' 'libsecret' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'at-spi2-core')
optdepends=('libappindicator-gtk3')
options=('!strip' '!emptydirs')