summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2018-08-26 20:11:09 +0200
committerMuflone2018-08-26 20:11:09 +0200
commit628c60e15ba3dec1b5e3add61544dbcf7999a29b (patch)
tree4ee55a83bfd414d142cb580f103dd3b764dd1a42
parentad6cbc4eaaf64fa797ff82598ba6ed03c2fa2ccd (diff)
downloadaur-628c60e15ba3dec1b5e3add61544dbcf7999a29b.tar.gz
Updated package bluewho 0.2.2-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
-rw-r--r--bluewho.install14
3 files changed, 11 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d4d229914fb..b8f240b0ef81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sun Aug 26 18:10:21 UTC 2018
pkgbase = bluewho
pkgdesc = Information and notification of new discovered bluetooth devices
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = http://www.muflone.com/bluewho
- install = bluewho.install
arch = any
license = GPL2
depends = gtk3
@@ -16,10 +17,10 @@ pkgbase = bluewho
optdepends = alsa-utils: to play notification sound using aplay
optdepends = libpulse: to play notification sound using paplay
optdepends = mplayer: to play notification sound using mplayer
- source = bluewho-0.2.1.tar.gz::https://github.com/muflone/bluewho/archive/0.2.1.tar.gz
- md5sums = df8ab67e21081bcdc3261596f56bc220
- sha1sums = 5892efeceb079d43583aab344e900bd6ce8a0f51
- sha256sums = dff93c4c88834f6d56bad05851c87890f1a4bc5680642b42d9dd1e9681ab69a8
+ source = bluewho-0.2.2.tar.gz::https://github.com/muflone/bluewho/archive/0.2.2.tar.gz
+ md5sums = 9e5853ee2ace518931beb05954757250
+ sha1sums = c91c7e98acb446d48569bfff26105412954ff539
+ sha256sums = 022c112ef934213f6ed64f870fb7948e14c61a638bbfcd82f0e6f470c2d338fc
pkgname = bluewho
diff --git a/PKGBUILD b/PKGBUILD
index e64a559a330b..6e15e3b604a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Muflone http://www.muflone.com/contacts/english/
pkgname=bluewho
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Information and notification of new discovered bluetooth devices"
url="http://www.muflone.com/bluewho"
@@ -14,10 +14,9 @@ optdepends=('libcanberra: to play notification sound using canberra-gtk-play'
'mplayer: to play notification sound using mplayer'
)
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('df8ab67e21081bcdc3261596f56bc220')
-sha1sums=('5892efeceb079d43583aab344e900bd6ce8a0f51')
-sha256sums=('dff93c4c88834f6d56bad05851c87890f1a4bc5680642b42d9dd1e9681ab69a8')
-install="${pkgname}.install"
+md5sums=('9e5853ee2ace518931beb05954757250')
+sha1sums=('c91c7e98acb446d48569bfff26105412954ff539')
+sha256sums=('022c112ef934213f6ed64f870fb7948e14c61a638bbfcd82f0e6f470c2d338fc')
build() {
cd "${pkgname}-${pkgver}"
diff --git a/bluewho.install b/bluewho.install
deleted file mode 100644
index a02985b5a2db..000000000000
--- a/bluewho.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q /usr/share/icons/hicolor/
- xdg-icon-resource forceupdate
- xdg-desktop-menu forceupdate
-}
-
-post_update() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-