summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2018-10-02 19:38:14 +0200
committerGiovanni Santini2018-10-02 19:38:14 +0200
commit1711cbd48b8edcfc8adc87701617a3d068bcacc7 (patch)
tree862fa005b75123463d16585aae20a5d168e7d515
parenta2cb4aedd2e4794afc079afdb66367a089760c46 (diff)
downloadaur-dsplight.tar.gz
upgpkg: dsplight 1.0-2
- Hash fix.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2a1598cf4b4..5af61f8981c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by makepkg 4.2.1
-# Wed Apr 29 20:09:45 UTC 2015
pkgbase = dsplight
pkgdesc = A very simple application that changes MacBooks' with Intel graphics display backlight level.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/psychoticmeow/dsplight/
arch = x86_64
license = BSD
- source = https://github.com/psychoticmeow/dsplight/archive/v1.0.zip
- md5sums = 952f752e3399a41b6784a8adbadf528f
+ source = https://github.com/psychoticmeow/dsplight/archive/v1.0.tar.gz
+ sha256sums = 59fe6a49f3649340a684c09a5c288ff058b209a8355310331bac221c49645f4f
pkgname = dsplight
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"