summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83a66e9367b4..f765186fc6dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3lock-next-git
pkgdesc = Create a fancy image to use with i3lock.
pkgver = r66.def806c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/owenthewizard/i3lock-next
arch = i686
arch = x86_64
license = MIT
makedepends = git
- depends = i3lock-color-git
+ depends = i3lock-color
depends = imlib2
depends = bash
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 180ccc9d00bc..fd6adb37e683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: ibrokemypie <ibrokemypie@bastardi.net>
pkgname=i3lock-next-git
pkgver=r66.def806c
-pkgrel=1
+pkgrel=2
pkgdesc="Create a fancy image to use with i3lock."
arch=('i686' 'x86_64')
url="https://github.com/owenthewizard/i3lock-next"
license=('MIT')
-depends=(i3lock-color-git imlib2 bash fontconfig libxrandr)
+depends=(i3lock-color imlib2 bash fontconfig libxrandr)
provides=(i3lock-next)
makedepends=(git)
source=("git+https://github.com/owenthewizard/i3lock-next/")