summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuci2015-09-05 21:59:56 +0200
committerKuci2015-09-05 21:59:56 +0200
commite8569313af254565ce5ec7643b109383f1a96769 (patch)
tree538caababd712e7195ea6388c94effc8fcfd4130
parent1623230cec60509638c8150c14999c17db03563f (diff)
downloadaur-e8569313af254565ce5ec7643b109383f1a96769.tar.gz
Update to 0.1.0.0.r1256.2c15bb6-1
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c59c025fbbb4..fabf75b99384 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = velocity-xbox360-git
pkgdesc = A cross-platform application built using the Qt framework which allows you to browse and edit Xbox 360 files.
- pkgver = 0.1.0.0.r1249.6e968cb
+ pkgver = 0.1.0.0.r1256.2c15bb6
pkgrel = 1
url = https://github.com/hetelek/Velocity.git
arch = i686
@@ -8,7 +8,8 @@ pkgbase = velocity-xbox360-git
license = GPL3
makedepends = git
depends = qt4
- depends = botan
+ depends = botan>=1.10
+ depends = botan<1.11
options = !makeflags
source = velocity-xbox360-git::git://github.com/hetelek/Velocity.git
source = velocity.desktop
diff --git a/.gitignore b/.gitignore
index 6064234fcd2c..1fa418837b0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+velocity-xbox360-git/
pkg/
src/
*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 638e0b0c2598..8c3f9478a847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Lubomir 'Kuci' Kucera <kuci24-at-gmail-dot-com>
pkgname=velocity-xbox360-git
-pkgver=0.1.0.0.r1249.6e968cb
+pkgver=0.1.0.0.r1256.2c15bb6
pkgrel=1
pkgdesc="A cross-platform application built using the Qt framework which allows you to browse and edit Xbox 360 files."
arch=('i686' 'x86_64')
url="https://github.com/hetelek/Velocity.git"
license=('GPL3')
-depends=('qt4' 'botan')
+depends=('qt4' 'botan>=1.10' 'botan<1.11')
makedepends=('git')
options=('!makeflags')
source=("$pkgname"::'git://github.com/hetelek/Velocity.git'