diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-08 11:22:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-08 11:22:51 -0300 |
commit | 8b0286a4728c5a9d69b5bb2c9ee627be0ed70bdb (patch) | |
tree | 7bce6b1f38e6c2cd2de7a5d2580a0b5ff4faf49b /community/i3lock | |
parent | a607668699d0ed030ac69ed31969dfa266439e38 (diff) | |
parent | effb26c3b1f00bf8bea4e2562f07f9a06eb67606 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/shotwell/PKGBUILD
community-testing/texmaker/PKGBUILD
community/i3lock/PKGBUILD
core/dnsutils/PKGBUILD
core/expat/PKGBUILD
core/iptables/PKGBUILD
extra/ntp/PKGBUILD
extra/talloc/PKGBUILD
multilib/lib32-talloc/PKGBUILD
multilib/lib32-udev/PKGBUILD
Diffstat (limited to 'community/i3lock')
-rw-r--r-- | community/i3lock/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/i3lock/PKGBUILD b/community/i3lock/PKGBUILD index ee018e632..9ea01f608 100644 --- a/community/i3lock/PKGBUILD +++ b/community/i3lock/PKGBUILD @@ -1,17 +1,17 @@ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3lock -pkgver=2.1 +pkgver=2.2 pkgrel=1 pkgdesc="An improved screenlocker based upon XCB and PAM" arch=('i686' 'x86_64' 'mips64el') -url="http://i3.zekjur.net/i3lock/" +url="http://i3wm.org/i3lock/" license=('MIT') groups=("i3") depends=('xcb-util' 'pam') options=('docs') -source=(http://i3.zekjur.net/i3lock/$pkgname-$pkgver.tar.gz) -md5sums=('6a86f0032eb0c09e557afae998cbe000') +source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2") +md5sums=('6179a1611e333c8baf54093b57d50687') build() { cd "${srcdir}/${pkgname}-${pkgver}" |