summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Witek2017-10-01 05:53:16 +0200
committerTobias Witek2017-10-01 05:53:16 +0200
commit348a867aae24d34c66cf7fc23b49719e766f1ea0 (patch)
treef7503423f5bdc53b4987f918463011f63893416a
parent6072ffb5b5b97214aff17544e710007efe372518 (diff)
downloadaur-348a867aae24d34c66cf7fc23b49719e766f1ea0.tar.gz
[bumblebee-status] Update to v1.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8e7a621e29b..3140e5173b47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bumblebee-status
pkgdesc = Modular, theme-able status line generator for the i3 window manager
- pkgver = 1.4.3
+ pkgver = 1.4.4
pkgrel = 1
url = https://github.com/tobi-wan-kenobi/bumblebee-status
arch = any
@@ -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.3.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v1.4.3.tar.gz
- sha512sums = b33560d5037f4cd6731c32f8e0955511dd6beb91b0b6c7af2ac03614865295eb669409137346a8e9482daf345e15297cbc268282aeb327f98da7c7b87a0cba2f
+ source = bumblebee-status-1.4.4.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v1.4.4.tar.gz
+ sha512sums = a4a2fa312a92c66a9fa567a3789684f5406646c59706105b5dc9ae7e1d792db0c9c416a111113c1f3054c6c4e0d0193e2bdf7bf1591265f630c4b779609647a3
pkgname = bumblebee-status
diff --git a/PKGBUILD b/PKGBUILD
index 7ca853b0982a..a414ae0a8ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=bumblebee-status
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc='Modular, theme-able status line generator for the i3 window manager'
arch=('any')
@@ -22,17 +22,16 @@ 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=('b33560d5037f4cd6731c32f8e0955511dd6beb91b0b6c7af2ac03614865295eb669409137346a8e9482daf345e15297cbc268282aeb327f98da7c7b87a0cba2f')
+sha512sums=('a4a2fa312a92c66a9fa567a3789684f5406646c59706105b5dc9ae7e1d792db0c9c416a111113c1f3054c6c4e0d0193e2bdf7bf1591265f630c4b779609647a3')
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,thirdparty/xkbgroup}
+ "$pkgdir"/usr/share/$pkgname/{bumblebee/modules,themes/icons}
ln -s /usr/share/$pkgname/$pkgname "$pkgdir"/usr/bin/$pkgname
cd $pkgname-$pkgver