summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZuyi Hu2016-06-11 21:29:22 +0800
committerZuyi Hu2016-06-11 21:29:22 +0800
commitf1c0d3eb696a224f87d78fdaed0f8e8120cd937b (patch)
treecd16612fe80f98a0ebb2cfb9df6a9e8faa8c24e2
parent801f7f49605f7895ace9d205cc5ecc81244a5d52 (diff)
downloadaur-f1c0d3eb696a224f87d78fdaed0f8e8120cd937b.tar.gz
upgpkg: acpi_call-pf 1.1.0-26
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD12
-rw-r--r--acpi_call-pf.install2
-rw-r--r--v1.1.0.tar.gzbin10470 -> 0 bytes
4 files changed, 8 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..335ec9573de5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index fd7527f19370..d39819f71b09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,18 +7,18 @@
pkgname=acpi_call-pf
pkgver=1.1.0
-pkgrel=25
-_extramodules=extramodules-4.5-pf
+pkgrel=26
+_extramodules=extramodules-4.6-pf
pkgdesc='A linux-pf kernel module that enables calls to ACPI methods through /proc/acpi/call'
arch=('i686' 'x86_64')
url="http://github.com/mkottman/${pkgname%-*}"
license=('GPL')
-depends=('linux-pf>=4.5' 'linux-pf<4.6')
-makedepends=('linux-pf-headers>=4.5' 'linux-pf-headers<4.6')
+depends=('linux-pf>=4.6' 'linux-pf<4.7')
+makedepends=('linux-pf-headers>=4.6' 'linux-pf-headers<4.7')
provides=("${pkgname%-*}")
install="${pkgname}.install"
-source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d0d14.62944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
build() {
cd ${pkgname%-*}-${pkgver}
diff --git a/acpi_call-pf.install b/acpi_call-pf.install
index 787e84fa205d..e29264569aaa 100644
--- a/acpi_call-pf.install
+++ b/acpi_call-pf.install
@@ -1,5 +1,5 @@
post_install() {
- _extramodules=extramodules-4.5-pf
+ _extramodules=extramodules-4.6-pf
depmod $(cat /usr/lib/modules/${_extramodules}/version)
}
diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz
deleted file mode 100644
index 9a312dd0f343..000000000000
--- a/v1.1.0.tar.gz
+++ /dev/null
Binary files differ