summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Springer2020-08-12 00:02:03 +0200
committerFelix Springer2020-08-12 00:02:03 +0200
commit6c1a9c57619f68ace324e65a7610921a645e426d (patch)
tree3ac8fcbe878cceaebdb53fea7163dd07865851cf
parent41729427d2856d891b706cc33823f6b557ebf5e1 (diff)
downloadaur-6c1a9c57619f68ace324e65a7610921a645e426d.tar.gz
less duplicate declarations
-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"
)