summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-08-09 16:37:57 +0800
committerzxp198210052024-08-09 16:37:57 +0800
commit53eb3ed1411a50ee211b791dbe9591b26e8159b0 (patch)
treeab08bfe2ff1985b82eec85487531753cf92f298a
parente4ba43652c5f1278070a23fe68070c85b287371f (diff)
downloadaur-53eb3ed1411a50ee211b791dbe9591b26e8159b0.tar.gz
fix errors
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 238a715e0905..d3a6c8d99eef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index bfa4f4867000..276db1918caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'
)