summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilsson Martee2020-10-28 19:12:42 -0400
committerWilsson Martee2020-10-28 19:12:42 -0400
commite174dbdc244bc32bbb94dd2a576d288a366e815d (patch)
tree0863cb23a3d8ac19a49122c75d955399398bfd11
parente5b7a0f3cd3a5b600f32da08a7479682e29a1deb (diff)
downloadaur-e174dbdc244bc32bbb94dd2a576d288a366e815d.tar.gz
updated conflicting packages
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58ac2bf84e8b..bc63bcc91f7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = i3lock-color
pkgdesc = An improved screenlocker based upon XCB and PAM with color configuration support
pkgver = 2.12.c.5
pkgrel = 1
- url = https://github.com/PandorasFox/i3lock-color
+ url = https://github.com/Raymo111/i3lock-color
arch = i686
arch = x86_64
license = MIT
@@ -17,6 +17,7 @@ pkgbase = i3lock-color
provides = i3lock
provides = i3lock-color
conflicts = i3lock
+ conflicts = i3lock-color-git
source = https://github.com/Raymo111/i3lock-color/archive/2.12.c.5.tar.gz
sha256sums = 62c9bdff2759186426b184ed45e4c1aae1dc3c582499d94da68d9b08662a96a9
diff --git a/PKGBUILD b/PKGBUILD
index 97a7c44a5f0e..c41ee0d36bff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
+# Maintainer: Wilsson Martee <wilssonm@gmail.com>
+
pkgname=i3lock-color
pkgver=2.12.c.5
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' 'pam' 'libev' 'cairo' 'libxkbcommon-x11'
'libjpeg-turbo' 'xcb-util-xrm' 'pkgconf')
provides=('i3lock' 'i3lock-color')
-conflicts=('i3lock')
-source=("https://github.com/Raymo111/i3lock-color/archive/$pkgver.tar.gz")
+conflicts=('i3lock' 'i3lock-color-git')
+source=("${url}/archive/$pkgver.tar.gz")
sha256sums=('62c9bdff2759186426b184ed45e4c1aae1dc3c582499d94da68d9b08662a96a9')
build() {