summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMuflone2022-10-01 22:36:32 +0200
committerMuflone2022-10-01 22:36:32 +0200
commit98a7c0c41be8bea2bba73d04c2244cedf68b6413 (patch)
treed1905cf08bf7549907841fdc9b772441ed9457b8 /PKGBUILD
parent6f496a69a9606c4b0d99e2fb30050446a6827f76 (diff)
downloadaur-98a7c0c41be8bea2bba73d04c2244cedf68b6413.tar.gz
Updated package bluewho 0.5.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 399b30f307f7..b8f0528a0fd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Muflone https://www.muflone.com/contacts/english/
pkgname=bluewho
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="Information and notification of new discovered bluetooth devices"
url="https://www.muflone.com/bluewho"
arch=('any')
license=('GPL3')
+makedepends=('python-setuptools')
depends=('gtk3' 'gobject-introspection' 'libnotify'
'python-dbus' 'python-xdg' 'python-gobject' 'python-bluezero')
optdepends=('libcanberra: to play notification sound using canberra-gtk-play'
@@ -14,7 +15,7 @@ optdepends=('libcanberra: to play notification sound using canberra-gtk-play'
'libpulse: to play notification sound using paplay'
'mplayer: to play notification sound using mplayer')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('46600fd69c47563afcfd8074693e33e7d3a158126718ea480a7908c7ac0bd477')
+sha256sums=('efdfb95ba71f691b5485da69b4a10acef02a4c851f0bcd3e0780bcc3f3aa7a7f')
build() {
cd "${pkgname}-${pkgver}"