1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -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:
Dave Davenport 2014-01-09 15:02:19 -08:00
commit c5cc6b9b33

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() {