summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df63db941078..48612eb43ca7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hevcesbrowser
pkgdesc = a tool for analyzing HEVC (h265) bitstreams
pkgver = 1.0.80.120121
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/virinext/hevcesbrowser
arch = i686
arch = x86_64
@@ -11,9 +11,8 @@ pkgbase = hevcesbrowser
depends = boost-libs
options = !emptydirs
source = hevcesbrowser-1.0.80.120121.tar.gz::https://github.com/virinext/hevcesbrowser/archive/refs/tags/1.0.80.120121.tar.gz
- source = qhexview::git://github.com/virinext/QHexView.git#commit=314300a477976897ae46542a76ef31b8b05b897d
+ source = qhexview::git+https://github.com/virinext/QHexView.git#commit=314300a477976897ae46542a76ef31b8b05b897d
sha512sums = d3e41736319c0da710c75e54cf4079d0f26a966267bf6d7e5fc849e43c403becfd95152b0687fea2decf460677ba53913bf1c4b92bc3d6e98162bdbc80b48201
sha512sums = SKIP
pkgname = hevcesbrowser
-
diff --git a/PKGBUILD b/PKGBUILD
index 4dd829bd23e3..15ec666d0729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname='hevcesbrowser'
pkgver='1.0.80.120121'
-pkgrel='1'
+pkgrel='2'
pkgdesc="a tool for analyzing HEVC (h265) bitstreams"
arch=('i686' 'x86_64')
license=('GPL')
@@ -10,7 +10,7 @@ depends=('qt5-base' 'boost-libs')
makedepends=('cmake')
url='https://github.com/virinext/hevcesbrowser'
source=("hevcesbrowser-${pkgver}.tar.gz::https://github.com/virinext/${pkgname}/archive/refs/tags/${pkgver}.tar.gz"
- "qhexview::git://github.com/virinext/QHexView.git#commit=314300a477976897ae46542a76ef31b8b05b897d")
+ "qhexview::git+https://github.com/virinext/QHexView.git#commit=314300a477976897ae46542a76ef31b8b05b897d")
sha512sums=('d3e41736319c0da710c75e54cf4079d0f26a966267bf6d7e5fc849e43c403becfd95152b0687fea2decf460677ba53913bf1c4b92bc3d6e98162bdbc80b48201'
'SKIP')