summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64ab39123a29..0cc24301e745 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hybrid-encoder
pkgdesc = A very complete gui for video encoding
- pkgver = 180604
- pkgrel = 2
+ pkgver = 180618
+ pkgrel = 1
url = http://www.selur.de/
arch = x86_64
license = custom
@@ -33,11 +33,11 @@ pkgbase = hybrid-encoder
optdepends = tsmuxer: support for TS container
optdepends = x264: support for H.264 video encoding
optdepends = x265: support for H.265 video encoding
- source_x86_64 = http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_1806042_64bit_binary_qt521.zip
+ source_x86_64 = http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_180618_64bit_binary_qt521.zip
source_x86_64 = hybrid.desktop
source_x86_64 = Hybrid.png
source_x86_64 = LICENSE
- md5sums_x86_64 = e4a523c10f7372d40dc1a478a0b8bcdb
+ md5sums_x86_64 = b76d2819439fc5ab7a7d8e679169c11e
md5sums_x86_64 = dd87c6eb6df85049de38c61dfe400347
md5sums_x86_64 = 798dd936a3bc9bcd3b131d5dd6db96e6
md5sums_x86_64 = 1fd2ac133744f86e25fd680d14aed2b4
diff --git a/PKGBUILD b/PKGBUILD
index a76e54ee7031..b7a9bc4061e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Hugo Osvaldo Barrera <hugo at osvaldobarrera dot com dot ar>
pkgname=hybrid-encoder
-pkgver=180604
-pkgrel=2
+pkgver=180618
+pkgrel=1
pkgdesc="A very complete gui for video encoding"
arch=('x86_64')
license=('custom')
@@ -33,7 +33,7 @@ optdepends=('aften: support for AC-3 audio encoding'
'x265: support for H.265 video encoding')
url="http://www.selur.de/"
-source_x86_64=(http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_${pkgver}${pkgrel}_64bit_binary_qt521.zip
+source_x86_64=(http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_${pkgver}_64bit_binary_qt521.zip
hybrid.desktop
Hybrid.png
LICENSE)
@@ -45,7 +45,7 @@ package() {
install -D -m644 Hybrid.png "${pkgdir}"/usr/share/pixmaps/Hybrid.png
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-md5sums_x86_64=('e4a523c10f7372d40dc1a478a0b8bcdb'
+md5sums_x86_64=('b76d2819439fc5ab7a7d8e679169c11e'
'dd87c6eb6df85049de38c61dfe400347'
'798dd936a3bc9bcd3b131d5dd6db96e6'
'1fd2ac133744f86e25fd680d14aed2b4')