summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c22bb304ddd8..5ae6d82324bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3lock-wrapper
pkgdesc = A simple wrapper around i3lock which blurs the current desktop
pkgver = 2015.04.28.g93a888c
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ashinkarov/i3-extras/
arch = any
groups = i3
diff --git a/PKGBUILD b/PKGBUILD
index 456565f14503..d755ee3170db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=i3lock-wrapper
_gitname=i3-extras
pkgver=2015.04.28.g93a888c
-pkgrel=2
+pkgrel=3
pkgdesc='A simple wrapper around i3lock which blurs the current desktop'
arch=('any')
-url='https://github.com/ashinkarov/i3-extras/'
+url="https://github.com/ashinkarov/${_gitname}/"
license=('ISC')
groups=('i3')
depends=('i3lock' 'scrot' 'imagemagick')