summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2016-04-15 22:16:02 +0200
committerMoritz Bunkus2016-04-15 22:16:02 +0200
commitb335998553b2e265d0b754a5ff58e0cc94e918a2 (patch)
tree2b1b84c9229e7563912b3315a589398f697a43cd
parentbc2e9ea63206b3f57c6b17de0056bcb10de3966f (diff)
downloadaur-b335998553b2e265d0b754a5ff58e0cc94e918a2.tar.gz
add boost dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5231ec53d5b7..7cbfd6acfbe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 15:07:21 UTC 2016
+# Fri Apr 15 20:15:43 UTC 2016
pkgbase = hevcesbrowser
pkgdesc = a tool for analyzing HEVC (h265) bitstreams
pkgver = 1.0.47.100316
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/virinext/hevcesbrowser
arch = any
license = GPL
- depends = qt5-base
+ depends = qt5-base 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 454554d3b497..13463235f8b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname='hevcesbrowser'
pkgver='1.0.47.100316'
-pkgrel='1'
+pkgrel='2'
pkgdesc="a tool for analyzing HEVC (h265) bitstreams"
arch=('any')
license=('GPL')
options=('!emptydirs')
-depends=('qt5-base')
+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"