From 682ec14d1c5663f6ebcb010774db9b976178cf22 Mon Sep 17 00:00:00 2001 From: noctuid Date: Tue, 25 Aug 2015 19:19:46 -0400 Subject: [PATCH] Update repo location and contact info in pkgbuild --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e03ddbd..8b427e8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Lit Wakefield +# Maintainer: Lit Wakefield _pkgname=tdrop pkgname=tdrop-git @@ -6,7 +6,7 @@ pkgver= pkgrel=1 pkgdesc="A WM-Independent dropdown window and terminal creator" arch=('any') -url="https://github.com/angelic-sedition/tdrop" +url="https://github.com/noctuid/tdrop" license=('Simplified BSD') depends=('bash' 'xdotool' 'xorg-xwininfo' 'xorg-xprop') optdepends=('tmux: session starting support' @@ -15,7 +15,7 @@ optdepends=('tmux: session starting support' makedepends=('git') provides=("${_pkgname}") md5sums=('SKIP') -source=("git://github.com/angelic-sedition/${_pkgname}.git") +source=("git://github.com/noctuid/${_pkgname}.git") pkgver() { cd "$srcdir/$_pkgname"