summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1b3c631aeef..f5b5f7916bd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blucontrol
pkgdesc = Configurable blue light filter
pkgver = 0.2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jumper149/blucontrol
arch = x86_64
license = custom:BSD3
diff --git a/PKGBUILD b/PKGBUILD
index 6dde43cb1753..f5c8f3fda056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=blucontrol
pkgver=0.2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Configurable blue light filter"
-url="https://github.com/jumper149/blucontrol"
+url="https://github.com/jumper149/${pkgname}"
license=('custom:BSD3')
arch=('x86_64')
depends=(
@@ -21,7 +21,7 @@ depends=(
'libxrandr'
)
source=(
- "https://github.com/jumper149/${pkgname}/archive/v${pkgver}.tar.gz"
+ "${url}/archive/v${pkgver}.tar.gz"
"compile-dynamically.patch"
"Setup.hs"
)