1.6.5-2: removed pkgname from provides
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = orion
|
||||
pkgdesc = QML/C++-written desktop client for Twitch.tv
|
||||
pkgver = 1.6.5
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/alamminsalo/orion/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
@@ -10,7 +10,6 @@ pkgbase = orion
|
||||
depends = qt5-quickcontrols2
|
||||
depends = qt5-quickcontrols
|
||||
depends = qt5-graphicaleffects
|
||||
provides = orion
|
||||
conflicts = orion-git
|
||||
source = https://github.com/alamminsalo/orion/archive/1.6.5.tar.gz
|
||||
sha256sums = 6ec51b063b7025e7cc0aaf09e8a6f9943d0d0a44ba768d2bb2bbd0e6ee60f853
|
||||
|
3
PKGBUILD
3
PKGBUILD
@@ -4,13 +4,12 @@
|
||||
|
||||
pkgname=orion
|
||||
pkgver=1.6.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="QML/C++-written desktop client for Twitch.tv"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/alamminsalo/orion/"
|
||||
license=('GPL')
|
||||
depends=('mpv' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-graphicaleffects')
|
||||
provides=("${pkgname}")
|
||||
conflicts=("$pkgname-git")
|
||||
source=("https://github.com/alamminsalo/orion/archive/${pkgver//_/\-}.tar.gz")
|
||||
sha256sums=('6ec51b063b7025e7cc0aaf09e8a6f9943d0d0a44ba768d2bb2bbd0e6ee60f853')
|
||||
|
Reference in New Issue
Block a user