Rename pegasus-fe-git to pegasus-frontend-git

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-08-25 19:12:19 +02:00
parent 7934b14905
commit 423615b4ed
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
PKGBUILDs created by me. Some can be found on the
[AUR](https://aur.archlinux.org/) and others are more for my personal use.
## [pegasus-fe-git](https://aur.archlinux.org/packages/pegasus-fe-git/)
## [pegasus-frontend-git](https://aur.archlinux.org/packages/pegasus-frontend-git/)
A cross platform, customizable graphical frontend for launching emulators and
managing your game collection.

View file

@ -1,4 +1,4 @@
pkgbase = pegasus-fe-git
pkgbase = pegasus-frontend-git
pkgdesc = A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
pkgver = alpha12.r12.gca00bb4
pkgrel = 2
@ -16,9 +16,9 @@ pkgbase = pegasus-fe-git
depends = qt5-gamepad
depends = qt5-graphicaleffects
optdepends = polkit
provides = pegasus-fe
conflicts = pegasus-fe
source = pegasus-fe::git+https://github.com/mmatyas/pegasus-frontend.git
provides = pegasus-frontend
conflicts = pegasus-frontend
source = pegasus-frontend::git+https://github.com/mmatyas/pegasus-frontend.git
source = git+https://github.com/mmatyas/pegasus-frontend-translations.git#branch=master
source = git+https://github.com/mmatyas/pegasus-theme-grid.git
source = git+https://github.com/mmatyas/SortFilterProxyModel.git
@ -27,5 +27,5 @@ pkgbase = pegasus-fe-git
md5sums = SKIP
md5sums = SKIP
pkgname = pegasus-fe-git
pkgname = pegasus-frontend-git

View file

@ -1,5 +1,5 @@
pegasus-fe-git*
pegasus-fe/
pegasus-frontend-git*
pegasus-frontend/
pegasus-frontend-translations/
pegasus-theme-grid/
pkg/

View file

@ -1,8 +1,8 @@
# Maintainer: Severin Kaderli <severin.kaderli@gmail.com>
_pkgname=pegasus-fe
_pkgname=pegasus-frontend
pkgname=${_pkgname}-git
pkgver=alpha12.r12.gca00bb4
pkgrel=2
pkgver=alpha12.r39.gdd58baf
pkgrel=1
pkgdesc="A cross platform, customizable graphical frontend for launching emulators and managing your game collection."
arch=('i686' 'x86_64')
url="https://pegasus-frontend.org/"
@ -23,8 +23,8 @@ depends=(
optdepends=(
'polkit'
)
provides=('pegasus-fe')
conflicts=('pegasus-fe')
provides=('pegasus-frontend')
conflicts=('pegasus-frontend')
source=(
"${_pkgname}::git+https://github.com/mmatyas/pegasus-frontend.git"
"git+https://github.com/mmatyas/pegasus-frontend-translations.git#branch=master"