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

View File

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