summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHendrikto2018-01-01 18:57:11 +0100
committerHendrikto2018-01-02 01:31:42 +0100
commit535c05022a77a1808b2d2206a665b98b94aface4 (patch)
treefaf4a5f5c18474c11e5843e8e7e19a45d1c80c67
parent5ef8a739b36cd777f0e6ecfa22b09cd84f8297f4 (diff)
downloadaur-535c05022a77a1808b2d2206a665b98b94aface4.tar.gz
Update to 1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a60e1890367e..d2b43cc5bf33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = backlight_control
pkgdesc = Simple backlight brightness control
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/Hendrikto/backlight_control
arch = x86_64
license = MIT
- source = backlight_control-1.0.tar.gz::https://github.com/Hendrikto/backlight_control/archive/1.0.tar.gz
- md5sums = 0b32929f59852aa7a71d25c889d4255b
+ source = backlight_control-1.1.tar.gz::https://github.com/Hendrikto/backlight_control/archive/1.1.tar.gz
+ md5sums = e233b7a0785fe3074f598e5b99b867d6
pkgname = backlight_control
diff --git a/PKGBUILD b/PKGBUILD
index 5ba66b53c180..d4617956be92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hendrik Werner <hendrik.to@gmail.com>
pkgname=backlight_control
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='Simple backlight brightness control'
arch=('x86_64')
url='https://github.com/Hendrikto/backlight_control'
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hendrikto/backlight_control/archive/$pkgver.tar.gz")
-md5sums=('0b32929f59852aa7a71d25c889d4255b')
+md5sums=('e233b7a0785fe3074f598e5b99b867d6')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -17,7 +17,6 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- mkdir -p $pkgdir/usr/bin
- mkdir -p -m 750 $pkgdir/etc/sudoers.d
make DESTDIR=$pkgdir prefix='/usr' install
+ install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}