mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Update PKGBUILD to include the GitHub URL for this fork
This commit is contained in:
parent
c6ccb725e0
commit
5a0d8ee5e0
1 changed files with 4 additions and 3 deletions
7
PKGBUILD
7
PKGBUILD
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue