summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2018-10-02 19:38:14 +0200
committerGiovanni Santini2018-10-02 19:38:14 +0200
commit1711cbd48b8edcfc8adc87701617a3d068bcacc7 (patch)
tree862fa005b75123463d16585aae20a5d168e7d515 /PKGBUILD
parenta2cb4aedd2e4794afc079afdb66367a089760c46 (diff)
downloadaur-1711cbd48b8edcfc8adc87701617a3d068bcacc7.tar.gz
upgpkg: dsplight 1.0-2
- Hash fix.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81b0b322fd39..bf4e9d73e489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=dsplight
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A very simple application that changes MacBooks' with Intel graphics display backlight level."
arch=("x86_64")
url="https://github.com/psychoticmeow/dsplight/"
license=('BSD')
-source=("https://github.com/psychoticmeow/$pkgname/archive/v${pkgver}.zip")
-md5sums=('952f752e3399a41b6784a8adbadf528f')
+source=("https://github.com/psychoticmeow/$pkgname/archive/v${pkgver}.tar.gz")
+sha256sums=('59fe6a49f3649340a684c09a5c288ff058b209a8355310331bac221c49645f4f')
build() {
cd "$srcdir/$pkgname-$pkgver"