summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-11-12 09:37:20 -0700
committerMark Wagie2021-11-12 09:37:20 -0700
commit998ba144c3196447752f38964d06152911c45350 (patch)
tree923dc74dfa9fdc1595ad777bc4f96d1fd719bf70
parent2ed803139bc1339856da50b2da7e716d3c042c8b (diff)
downloadaur-998ba144c3196447752f38964d06152911c45350.tar.gz
cleanup
-rw-r--r--PKGBUILD26
1 files changed, 11 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd5b9549b02a..251b61467c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,23 +8,20 @@ pkgdesc="Battery optimization application for portable devices."
arch=('x86_64')
url="https://github.com/slimbook/slimbookbattery"
license=('GPL3')
-
-depends=( 'libnotify'
- 'tlp'
- 'tlp-rdw'
- 'cron'
- 'dbus-python'
- 'dmidecode'
- 'gtk3'
- 'libayatana-appindicator'
- 'python-gobject'
- 'python-pillow'
- 'xorg-xdpyinfo')
-
+depends=('libnotify'
+ 'tlp'
+ 'tlp-rdw'
+ 'cron'
+ 'dbus-python'
+ 'dmidecode'
+ 'gtk3'
+ 'libayatana-appindicator'
+ 'python-gobject'
+ 'python-pillow'
+ 'xorg-xdpyinfo')
optdepends=('nvidia-prime: for hybrid graphics switching'
'slimbookamdcontroller: Synchronize battery mode with CPU TDP mode'
'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=('1f11e5ed1fefcfffd954a70281e44cec7077c93c8047b5160c14ffd0728aafd8')
@@ -49,4 +46,3 @@ package() {
# done
# rm -rf "$pkgdir/usr/share/$pkgname/src/translations"
}
-