summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-05 09:14:06 -0600
committerMark Wagie2022-08-05 09:14:06 -0600
commit04455c4db2774c5fbd384a134a6ab3b4f228cb08 (patch)
treed79e7daf2ff7886b77f5a5ba5b0eb485cb1484de
parent4b59660325436344a479ad4f677e443acd3ec202 (diff)
downloadaur-04455c4db2774c5fbd384a134a6ab3b4f228cb08.tar.gz
4.0.7beta
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 517e89efebc9..f5624cea2fa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slimbookbattery
pkgdesc = Battery optimization application for portable devices.
- pkgver = 4.0.5beta
- pkgrel = 4
+ pkgver = 4.0.7beta
+ pkgrel = 1
url = https://github.com/slimbook/slimbookbattery
install = slimbookbattery.install
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = slimbookbattery
optdepends = nvidia-prime: for hybrid graphics switching
optdepends = slimbookamdcontroller: Synchronize battery mode with CPU TDP mode
optdepends = slimbookintelcontroller: Synchronize battery mode with CPU TDP mode
- source = https://launchpad.net/~slimbook/+archive/ubuntu/slimbook/+files/slimbookbattery_4.0.5beta_all.deb
- sha256sums = 0add99225f24f8f58092cbe9e66b38072674a43f95b5ce788a89507400b62ecc
+ source = https://launchpad.net/~slimbook/+archive/ubuntu/slimbook/+files/slimbookbattery_4.0.7beta_all.deb
+ sha256sums = a598a0db4357fad5985b1ba1d92dbe4e636b27a2d2d103458abf2a2deab3d7ef
pkgname = slimbookbattery
diff --git a/PKGBUILD b/PKGBUILD
index 08a536b6207e..0230b05af491 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-Maintainer: Slimbook <dev at slimbook dot es>
# Contributor: tioguda <guda.flavio@gmail.com>
pkgname=slimbookbattery
-pkgver=4.0.5beta
-pkgrel=4
+pkgver=4.0.7beta
+pkgrel=1
pkgdesc="Battery optimization application for portable devices."
arch=('x86_64')
url="https://github.com/slimbook/slimbookbattery"
@@ -25,7 +25,7 @@ optdepends=('nvidia-prime: for hybrid graphics switching'
'slimbookintelcontroller: Synchronize battery mode with CPU TDP mode')
install="$pkgname.install"
source=("https://launchpad.net/~slimbook/+archive/ubuntu/slimbook/+files/${pkgname}_${pkgver}_all.deb")
-sha256sums=('0add99225f24f8f58092cbe9e66b38072674a43f95b5ce788a89507400b62ecc')
+sha256sums=('a598a0db4357fad5985b1ba1d92dbe4e636b27a2d2d103458abf2a2deab3d7ef')
package() {
bsdtar xf data.tar.xz -C "$pkgdir"
@@ -35,7 +35,7 @@ package() {
# Symlink service
install -d "$pkgdir/usr/lib/systemd/system"
ln -s "/usr/share/$pkgname/src/service/$pkgname.service" \
- "$pkgdir/usr/lib/systemd/system"
+ "$pkgdir/usr/lib/systemd/system/"
# Install locales
# cd "$pkgdir/usr/share/$pkgname/src/translations"
@@ -44,5 +44,5 @@ package() {
# mv "$pkgdir/usr/share/$pkgname/src/translations/${lang}LC_MESSAGES"/*.mo \
# "$pkgdir/usr/share/translations/${lang}LC_MESSAGES"
# done
- # rm -rf "$pkgdir/usr/share/$pkgname/src/translations"
+ # rm -rf "$pkgdir/usr/share/$pkgname/src/translations/"
}