summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorspecter1192019-10-27 15:18:02 +0800
committerspecter1192019-10-27 15:18:02 +0800
commit8011a5e5c53418dcfb77ed2581fe0e4abb2bb205 (patch)
tree34dc474d0810dc690f664b61239741b2846aa4d9 /PKGBUILD
parent4a1b4a8f147e9500453603710fe767b1a6f720e5 (diff)
downloadaur-surface-pro-2017-disable-wireless-aspm.tar.gz
add bc to dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b140acdbbce..b9d4768e1c71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ke Liu <spcter119@gmail.com>
pkgname=surface-pro-2017-disable-wireless-aspm
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='A systemd unit to disable wireless aspm of surface pro 2017'
arch=('i686' 'x86_64')
url="https://github.com/jakeday/linux-surface/issues/572#issuecomment-542115727"
license=('GPL')
groups=('surface')
-depends=('systemd' 'bash')
+depends=('systemd' 'bash' 'bc')
provides=($pkgname)
source=(https://launchpadlibrarian.net/405591349/disable_wireless_aspm.sh
disable-wireless-aspm.service)