summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2016-04-15 22:17:26 +0200
committerMoritz Bunkus2016-04-15 22:17:26 +0200
commit4593b106057709056039737e507e874c5b74ed5c (patch)
treebdbf9dfd675b862427d2fa8ccf45dbc92a9a43ff
parentb335998553b2e265d0b754a5ff58e0cc94e918a2 (diff)
downloadaur-4593b106057709056039737e507e874c5b74ed5c.tar.gz
fix dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cbfd6acfbe5..5f175fae216a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Apr 15 20:15:43 UTC 2016
+# Fri Apr 15 20:17:21 UTC 2016
pkgbase = hevcesbrowser
pkgdesc = a tool for analyzing HEVC (h265) bitstreams
pkgver = 1.0.47.100316
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/virinext/hevcesbrowser
arch = any
license = GPL
- depends = qt5-base boost
+ depends = qt5-base
+ depends = boost
options = !emptydirs
source = hevcesbrowser.tar.gz::https://github.com/virinext/hevcesbrowser/archive/head.tar.gz
source = qhexview::git://github.com/virinext/QHexView.git#commit=314300a477976897ae46542a76ef31b8b05b897d
diff --git a/PKGBUILD b/PKGBUILD
index 13463235f8b3..a5ec74ba46bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname='hevcesbrowser'
pkgver='1.0.47.100316'
-pkgrel='2'
+pkgrel='3'
pkgdesc="a tool for analyzing HEVC (h265) bitstreams"
arch=('any')
license=('GPL')
options=('!emptydirs')
-depends=('qt5-base boost')
+depends=('qt5-base' 'boost')
builddepends=('cmake')
url='https://github.com/virinext/hevcesbrowser'
source=("hevcesbrowser.tar.gz::https://github.com/virinext/${pkgname}/archive/head.tar.gz"