summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"