mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
Merge pull request #6 from alpha123/fix-pkgbuild
Update PKGBUILD to include the GitHub URL for this fork. I stopped planning to merge it back.
This commit is contained in:
commit
c5cc6b9b33
1 changed files with 4 additions and 3 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -1,17 +1,18 @@
|
||||||
# Contributor: Sean Pringle <sean.pringle@gmail.com>
|
# Contributor: Sean Pringle <sean.pringle@gmail.com>
|
||||||
|
# Contributor: Dave Davenport
|
||||||
|
|
||||||
pkgname=simpleswitcher-git
|
pkgname=simpleswitcher-git
|
||||||
pkgver=20120625
|
pkgver=20120625
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="simple EWMH window switcher"
|
pkgdesc="simple EWMH window switcher"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://github.com/seanpringle/simpleswitcher"
|
url="http://github.com/DaveDavenport/simpleswitcher"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('libx11' 'libxft' 'freetype2')
|
depends=('libx11' 'libxft' 'freetype2')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
provides=('simpleswitcher')
|
provides=('simpleswitcher')
|
||||||
|
|
||||||
_gitroot="git://github.com/seanpringle/simpleswitcher.git"
|
_gitroot="git://github.com/DaveDavenport/simpleswitcher.git"
|
||||||
_gitname="simpleswitcher"
|
_gitname="simpleswitcher"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue