diff options
author | zxp19821005 | 2024-08-09 16:37:57 +0800 |
---|---|---|
committer | zxp19821005 | 2024-08-09 16:37:57 +0800 |
commit | 53eb3ed1411a50ee211b791dbe9591b26e8159b0 (patch) | |
tree | ab08bfe2ff1985b82eec85487531753cf92f298a | |
parent | e4ba43652c5f1278070a23fe68070c85b287371f (diff) | |
download | aur-53eb3ed1411a50ee211b791dbe9591b26e8159b0.tar.gz |
fix errors
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -1,11 +1,10 @@ pkgbase = no-fwl-bin pkgdesc = NoFWL Desktop Application pkgver = 0.1.0 - pkgrel = 6 + pkgrel = 7 url = https://nofwl.com/ arch = x86_64 license = GPL-3.0-only - depends = hicolor-icon-theme depends = gtk3 depends = webkit2gtk provides = no-fwl=0.1.0 @@ -2,7 +2,7 @@ pkgname=no-fwl-bin _appname=NoFWL pkgver=0.1.0 -pkgrel=6 +pkgrel=7 pkgdesc="NoFWL Desktop Application" arch=("x86_64") url="https://nofwl.com/" @@ -11,7 +11,6 @@ license=('GPL-3.0-only') provides=("${pkgname%-bin}=${pkgver}") conflicts=("${pkgname%-bin}") depends=( - 'hicolor-icon-theme' 'gtk3' 'webkit2gtk' ) |