summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Witek2017-09-30 17:02:19 +0200
committerTobias Witek2017-09-30 17:02:19 +0200
commit6072ffb5b5b97214aff17544e710007efe372518 (patch)
tree629216b5f31c24d811332c51356ebb1826ae4420
parentc98d8e76438993485684bdb2d93cf551dcfe0104 (diff)
downloadaur-6072ffb5b5b97214aff17544e710007efe372518.tar.gz
[bumblebee-status] Update to 1.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca498a70852d..c8e7a621e29b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bumblebee-status
pkgdesc = Modular, theme-able status line generator for the i3 window manager
- pkgver = 1.4.2
- pkgrel = 2
+ pkgver = 1.4.3
+ pkgrel = 1
url = https://github.com/tobi-wan-kenobi/bumblebee-status
arch = any
license = MIT
@@ -21,8 +21,8 @@ pkgbase = bumblebee-status
optdepends = iputils: display a ping
optdepends = i3ipc-python: display titlebar
optdepends = fakeroot: dependency of the pacman module
- source = bumblebee-status-1.4.2.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v1.4.2.tar.gz
- sha512sums = 3a66fc469dd3b081337c9e213a1b2262f25f30977ee6ef65b9fa5a8b6aa341637832d1a5dbb74e30d68e2824e0d19d7a911eb3390dc6062707a552f429b483e8
+ source = bumblebee-status-1.4.3.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v1.4.3.tar.gz
+ sha512sums = b33560d5037f4cd6731c32f8e0955511dd6beb91b0b6c7af2ac03614865295eb669409137346a8e9482daf345e15297cbc268282aeb327f98da7c7b87a0cba2f
pkgname = bumblebee-status
diff --git a/PKGBUILD b/PKGBUILD
index e644f8dd0ee2..7ca853b0982a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=bumblebee-status
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
pkgdesc='Modular, theme-able status line generator for the i3 window manager'
arch=('any')
url=https://github.com/tobi-wan-kenobi/bumblebee-status
@@ -22,16 +22,17 @@ optdepends=('xorg-xbacklight: to display a displays brightness'
'i3ipc-python: display titlebar'
'fakeroot: dependency of the pacman module')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('3a66fc469dd3b081337c9e213a1b2262f25f30977ee6ef65b9fa5a8b6aa341637832d1a5dbb74e30d68e2824e0d19d7a911eb3390dc6062707a552f429b483e8')
+sha512sums=('b33560d5037f4cd6731c32f8e0955511dd6beb91b0b6c7af2ac03614865295eb669409137346a8e9482daf345e15297cbc268282aeb327f98da7c7b87a0cba2f')
package() {
mkdir -p "${pkgdir}/usr/bin"
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
mkdir -p "${pkgdir}/usr/share/${pkgname}/themes/icons"
mkdir -p "${pkgdir}/usr/share/${pkgname}/bumblebee/modules"
+ mkdir -p "${pkgdir}/usr/share/${pkgname}/thirdparty/xkbgroup"
install -d "$pkgdir"/usr/bin \
- "$pkgdir"/usr/share/$pkgname/{bumblebee/modules,themes/icons}
+ "$pkgdir"/usr/share/$pkgname/{bumblebee/modules,themes/icons,thirdparty/xkbgroup}
ln -s /usr/share/$pkgname/$pkgname "$pkgdir"/usr/bin/$pkgname
cd $pkgname-$pkgver