summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2017-10-15 16:56:36 +0200
committerMattias Andrée2017-10-15 16:56:36 +0200
commit8b842549f4095ceb42b26c815a1c16e347ce11c8 (patch)
tree095bedc39abf7d6abc71ed7d21dc1d39ebfafcf8
parent138bb943a01a2319b0a6ef493de8f8e0d550088f (diff)
downloadaur-8b842549f4095ceb42b26c815a1c16e347ce11c8.tar.gz
Update to 8.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c7c0d9bc291..7115ea1e78ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Oct 13 17:22:21 UTC 2017
+# Sun Oct 15 14:56:35 UTC 2017
pkgbase = adjbacklight
pkgdesc = Convenient method for adjusting the backlight on your portable computer
pkgver = 8.0.1
@@ -9,7 +9,7 @@ pkgbase = adjbacklight
arch = i686
license = custom:ISC
depends = linux
- source = https://github.com/maandree/adjbacklight/archive/8.0.1.tar.gz
+ source = adjbacklight-8.0.1.tar.gz::https://github.com/maandree/adjbacklight/archive/8.0.1.tar.gz
sha256sums = e643c199ab333c75e88304b922e8823d385e464181fdf389fe23c79ff2e91a04
pkgname = adjbacklight
diff --git a/PKGBUILD b/PKGBUILD
index 7175d2682396..0007f8c21e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64' 'i686')
url="https://github.com/maandree/adjbacklight"
license=('custom:ISC')
depends=('linux')
-source=(https://github.com/maandree/adjbacklight/archive/${pkgver}.tar.gz)
+source=(adjbacklight-$pkgver.tar.gz::https://github.com/maandree/adjbacklight/archive/${pkgver}.tar.gz)
sha256sums=(e643c199ab333c75e88304b922e8823d385e464181fdf389fe23c79ff2e91a04)