summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspecter1192019-10-27 15:18:02 +0800
committerspecter1192019-10-27 15:18:02 +0800
commit8011a5e5c53418dcfb77ed2581fe0e4abb2bb205 (patch)
tree34dc474d0810dc690f664b61239741b2846aa4d9
parent4a1b4a8f147e9500453603710fe767b1a6f720e5 (diff)
downloadaur-surface-pro-2017-disable-wireless-aspm.tar.gz
add bc to dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0838d6c1c57f..c64ac44b6e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = surface-pro-2017-disable-wireless-aspm
pkgdesc = A systemd unit to disable wireless aspm of surface pro 2017
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jakeday/linux-surface/issues/572#issuecomment-542115727
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = surface-pro-2017-disable-wireless-aspm
license = GPL
depends = systemd
depends = bash
+ depends = bc
provides = surface-pro-2017-disable-wireless-aspm
source = https://launchpadlibrarian.net/405591349/disable_wireless_aspm.sh
source = disable-wireless-aspm.service
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)