summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6b085cb8cba..db2f8a73e600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgrel="1"
pkgdesc="Ayatana system bluetooth indicator"
arch=("i686" "x86_64" "pentium4")
url="https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth"
-license=("GPL3")
-makedepends=("cmake-extras" "intltool" "glib2" "systemd" "vala" )
-depends=("bluez" "blueman" "libayatana-common>=0.9.9")
+license=("GPL-3.0-or-later")
+makedepends=("cmake-extras" "intltool" "systemd" "vala")
+depends=("bluez" "blueman" "libayatana-common" "glibc" "glib2" "dconf")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=("2ec07d43b33409b7b960340aa6e4924d")
options=("!emptydirs")