summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-10-15 17:31:30 +0200
committerHyacinthe Cartiaux2015-10-15 17:31:30 +0200
commit69c465f64c88cc9c250d25604cc11c48dbd53706 (patch)
treef1c420d9830443ab02b578761e54f25f691e94ec
parentb35cd78a82774b852e52af644522d430f08324e0 (diff)
downloadaur-69c465f64c88cc9c250d25604cc11c48dbd53706.tar.gz
pkgrel bump: fix an error in the package() function
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f189eec8006d..bf812aa51b2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v7
-# Thu Oct 15 15:30:05 UTC 2015
+# Thu Oct 15 15:31:23 UTC 2015
pkgbase = laptop-mode-tools
pkgdesc = Power Savings tool for Linux
pkgver = 1.68.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rickysarraf/laptop-mode-tools
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 66e837e0b39b..3720ca248f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=laptop-mode-tools
pkgver=1.68.1
-pkgrel=1
+pkgrel=2
pkgdesc='Power Savings tool for Linux'
arch=('any')
url='https://github.com/rickysarraf/laptop-mode-tools'
@@ -51,7 +51,7 @@ backup=('etc/laptop-mode/conf.d/ac97-powersave.conf'
'etc/laptop-mode/lm-profiler.conf')
package() {
- cd "laptop-mode-tools-debian-${pkgver}"
+ cd "laptop-mode-tools-${pkgver}"
make DESTDIR="${pkgdir}" MAN_D=/usr/share/man LIB_D=/usr/lib PREFIX=/usr INIT_D=false install
# use /bin instead of /sbin