version bump

This commit is contained in:
David McInnis
2016-09-15 17:16:55 -07:00
parent b4dbb4fb60
commit 3669fa729e
2 changed files with 13 additions and 13 deletions

View File

@@ -1,23 +1,23 @@
# Generated by mksrcinfo v8
# Tue Sep 13 03:59:16 UTC 2016
# Fri Sep 16 00:16:46 UTC 2016
pkgbase = orion
pkgdesc = QML/C++-written desktop client for Twitch.tv
pkgver = 1.3.0
pkgrel = 2
pkgver = 1.3.1
pkgrel = 1
url = https://github.com/alamminsalo/orion/
arch = x86_64
arch = i686
license = GPL
makedepends = qtchooser
makedepends = libcommuni
makedepends = mpv
makedepends = qt5-webengine
makedepends = qt5-svg
depends = mpv
depends = qt5-webengine
depends = qt5-svg
provides = orion
conflicts = orion
source = https://github.com/alamminsalo/orion/archive/v1.3.0.tar.gz
source = https://github.com/alamminsalo/orion/archive/v1.3.1.tar.gz
source = Orion.desktop
sha256sums = b7da580dc0c0c28978b5bf2a84a839a517503c98005616e1690c177867d0c148
sha256sums = d51976e066dc942b20a2596cb68a8cf60206cb61836586bb56dbd7c05368c1c5
sha256sums = a0bb773176dd7ec448ecd5702da9c32b35da27ea3070b23496fe51abb15d8d44
pkgname = orion

View File

@@ -2,22 +2,22 @@
# Contributor: HabarNam <habarnam@gmail.com>
pkgname=orion
pkgver=1.3.0
pkgrel=2
pkgver=1.3.1
pkgrel=1
pkgdesc="QML/C++-written desktop client for Twitch.tv"
arch=('x86_64' 'i686')
url="https://github.com/alamminsalo/orion/"
license=('GPL')
groups=()
depends=()
makedepends=('qtchooser' 'libcommuni' 'mpv' 'qt5-webengine' 'qt5-svg')
depends=('mpv' 'qt5-webengine' 'qt5-svg')
makedepends=('qtchooser' 'libcommuni')
provides=("${pkgname}")
conflicts=("${pkgname%-git}")
source=("https://github.com/alamminsalo/orion/archive/v${pkgver}.tar.gz"
"Orion.desktop"
)
sha256sums=('b7da580dc0c0c28978b5bf2a84a839a517503c98005616e1690c177867d0c148'
sha256sums=('d51976e066dc942b20a2596cb68a8cf60206cb61836586bb56dbd7c05368c1c5'
'a0bb773176dd7ec448ecd5702da9c32b35da27ea3070b23496fe51abb15d8d44')
build() {