summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Clifford2020-03-10 16:40:33 -0600
committerBrandon Clifford2020-03-10 16:40:33 -0600
commit6086756c568435afd80ca9fdce64da22bc6308b2 (patch)
tree309347dcf676d55427080a12e876fbff98010601
parent4419ccdd5613fdfbc5d96fdd0da95b211728959d (diff)
downloadaur-6086756c568435afd80ca9fdce64da22bc6308b2.tar.gz
Update URL param, not just source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb1b9ff08a8b..72fc10ab9ebd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = i3lock-color-git
pkgdesc = An improved screenlocker based upon XCB and PAM with color configuration support
pkgver = r639.4038f9d
pkgrel = 1
- url = https://github.com/PandorasFox/i3lock-color
+ url = https://github.com/Raymo111/i3lock-color
arch = i686
arch = x86_64
license = MIT
@@ -17,7 +17,7 @@ pkgbase = i3lock-color-git
provides = i3lock
provides = i3lock-color
conflicts = i3lock
- source = git+https://github.com/Raymo111/i3lock-color.git
+ source = git+https://github.com/raymo111/i3lock-color.git
md5sums = SKIP
pkgname = i3lock-color-git
diff --git a/PKGBUILD b/PKGBUILD
index ccd713f8f934..eaef4da22f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgver=r639.4038f9d
pkgrel=1
pkgdesc="An improved screenlocker based upon XCB and PAM with color configuration support"
arch=('i686' 'x86_64')
-url="https://github.com/PandorasFox/i3lock-color"
+url="https://github.com/Raymo111/i3lock-color"
license=('MIT')
depends=('xcb-util-image' 'xcb-util-xrm' 'pam' 'libev' 'cairo' 'libxkbcommon-x11' 'libjpeg-turbo')
provides=('i3lock' 'i3lock-color')
conflicts=('i3lock')
makedepends=('git')
-source=("git+https://github.com/Raymo111/$_gitname.git")
+source=("git+https://github.com/raymo111/$_gitname.git")
md5sums=('SKIP')
pkgver() {