[arch-commits] Commit in acpi_call-lts/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Nov 2 09:52:31 UTC 2016


    Date: Wednesday, November 2, 2016 @ 09:52:30
  Author: alucryd
Revision: 194351

HTTPS/GPG todo

Modified:
  acpi_call-lts/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 09:50:34 UTC (rev 194350)
+++ PKGBUILD	2016-11-02 09:52:30 UTC (rev 194351)
@@ -9,13 +9,13 @@
 _extramodules=extramodules-4.4-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
 arch=('i686' 'x86_64')
-url="http://github.com/mkottman/${pkgname%-*}"
+url='https://github.com/mkottman/acpi_call'
 license=('GPL')
 depends=('linux-lts>=4.4.21')
 makedepends=('linux-lts-headers>=4.4.21')
-provides=("${pkgname%-*}")
-install="${pkgname%-*}.install"
-source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+provides=('acpi_call')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
 
 prepare() {



More information about the arch-commits mailing list