summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2021-04-10 11:12:42 +0200
committerMarcin Wieczorek2021-04-10 11:12:42 +0200
commit8d5ea7346a411e9bf974d15eff27f091fd720481 (patch)
treeb0013d51113f04198a59506a5b1d4ec901213293 /PKGBUILD
parent901658a2f34c10d456afea8fd9e9c4245d5d1264 (diff)
downloadaur-brightd.tar.gz
Version 0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1f3c79a6dee..71f38890213c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Niklas Schmuecker (IRC: nisc) <nschmuecker (gmail)>
pkgname=brightd
-pkgver=0.4_beta4
-pkgrel=5
+pkgver=0.4.1
+pkgrel=1
pkgdesc='Automatically dims screen when there is no user input (like a macbook :-).'
arch=('i686' 'x86_64')
license=('GPL2')
@@ -15,13 +15,10 @@ depends=('libxss')
install="${pkgname}.install"
source=("http://www.pberndt.com/raw/Programme/Linux/brightd/_download/$pkgname-$pkgver.tar.bz2"
'brightd.service'
- 'proposal.patch'
- 'makefile.patch')
-
-md5sums=('31e455ea3f06da55a4c4d89da2bb6e2e'
+ 'proposal.patch')
+md5sums=('42f1572c51162bf583d6436c3b36cc17'
'f5d5c7ed5c48d2dbe408986d5f6249fb'
- '1fead7c648d3939970e7e62b21146734'
- '0875c269556e2cee2151a5dc95fe14e3')
+ '1fead7c648d3939970e7e62b21146734')
build() {
cd "${srcdir}/$pkgname-$pkgver"
@@ -30,9 +27,6 @@ build() {
# and makes fade smoother
patch -p1 -i ${srcdir}/proposal.patch
- # fixes install process
- patch -p1 -i ${srcdir}/makefile.patch
-
make
}