summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD19
2 files changed, 9 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b92e95d17f2..799912944c43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = backlight-openrc
- pkgdesc = Restore the screen brightness at system startup.
+ pkgdesc = Restore the screen brightness at system startup (OpenRC)
pkgver = 2
- pkgrel = 1
- url = https://git.covolunablu.org/jacopo/backlight-openrc
+ pkgrel = 1.1
+ url = https://github.com/alium/backlight-openrc
install = backlight-openrc.install
arch = x86_64
arch = i686
license = GPL3
depends = openrc
- source = git+https://github.com/antipatico/backlight-openrc.git
- source = fix_script.patch
+ source = git+https://github.com/alium/backlight-openrc.git
sha256sums = SKIP
- sha256sums = d80671027a454ed0f7961012c61939f2df5519af0adb8bc453b677b5eed7f57b
pkgname = backlight-openrc
diff --git a/PKGBUILD b/PKGBUILD
index fd566bb9957f..d4bd454782f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,18 @@
pkgname=backlight-openrc
-pkgrel=1
pkgver=2
-pkgdesc="Restore the screen brightness at system startup."
-url="https://git.covolunablu.org/jacopo/backlight-openrc"
+pkgrel=1.1
+pkgdesc="Restore the screen brightness at system startup (OpenRC)"
+url="https://github.com/alium/backlight-openrc"
arch=('x86_64' 'i686')
license=('GPL3')
depends=('openrc')
-#source=("git+https://git.covolunablu.org/jacopo/backlight-openrc.git")
-source=("git+https://github.com/antipatico/backlight-openrc.git"
- fix_script.patch)
+source=("git+https://github.com/alium/backlight-openrc.git")
install="$pkgname.install"
-prepare() {
- cd "$srcdir/$pkgname"
- patch -Np1 -i ../fix_script.patch
-}
-
package() {
cd "$srcdir/$pkgname"
install -Dm=755 backlight "$pkgdir/etc/init.d/backlight"
}
-
-sha256sums=('SKIP'
- 'd80671027a454ed0f7961012c61939f2df5519af0adb8bc453b677b5eed7f57b')
+sha256sums=('SKIP')