Update PKGBUILD to include the GitHub URL for this fork

This commit is contained in:
Peter Cannici 2013-08-02 16:06:53 -06:00
parent c6ccb725e0
commit 5a0d8ee5e0
1 changed files with 4 additions and 3 deletions

View File

@ -1,17 +1,18 @@
# Contributor: Sean Pringle <sean.pringle@gmail.com>
# Contributor: Dave Davenport
pkgname=simpleswitcher-git
pkgver=20120625
pkgrel=1
pkgdesc="simple EWMH window switcher"
arch=('i686' 'x86_64')
url="http://github.com/seanpringle/simpleswitcher"
url="http://github.com/DaveDavenport/simpleswitcher"
license=('MIT')
depends=('libx11' 'libxft' 'freetype2')
makedepends=('git')
provides=('simpleswitcher')
_gitroot="git://github.com/seanpringle/simpleswitcher.git"
_gitroot="git://github.com/DaveDavenport/simpleswitcher.git"
_gitname="simpleswitcher"
build() {
@ -40,4 +41,4 @@ package() {
install -Dm 755 $_gitname "$pkgdir/usr/bin/simpleswitcher"
gzip -c "$_gitname.1" > "$_gitname.1.gz"
install -Dm644 "$_gitname.1.gz" "$pkgdir/usr/share/man/man1/$_gitname.1.gz"
}
}